#7D6ADB

Color #7D6ADB Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7D6ADB

Tints of Medium Slate Blue #7D6ADB

Color information

#7D6ADB (or 0x7D6ADB) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 6A and DB. RGB value is (125,106,219). Sum of RGB (Red+Green+Blue) = 125+106+219=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D6ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6ADB is #829524. Grayscale: #7C7C7C. Windows color (decimal): -8557861 or 14379645. OLE color: 14379645.

HSL color Cylindrical-coordinate representation of color #7D6ADB: hue angle of 250.09º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D6ADB is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125106219-
CMYK0.430.5200.14
HSL250.09º61.08%63.73%-
HSV(B)250.09º51.6%85.88%-
XYZ26.419.7869.44-
YUV124.56181.29128.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 27.78%
GREEN value IS 106 (41.80% from 255) = 23.56%
BLUE value IS 219 (85.94% from 255) = 48.67%
R=27.78%
G=23.56%
B=48.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251062190.430.5200.14250.0961.0863.73
Hex7D6ADB2B340Efa3d40
Octal175152333536401637275100
Binary111110111010101101101110101111010001110111110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D6ADB; }

 p { color: rgb(125,106,219); }

 H1.HeaderClassName
 {
   color: #7D6ADB;
 }
 .AnyTagClassName
 {
   color: #7D6ADB;
 }
</style>
background-color css

<style>
 a { background-color: #7D6ADB; }

 a { background-color: rgb(125,106,219); }

 div.DivClassName
 {
   background-color: #7D6ADB;
 }
 .BgClassName
 {
   background-color: #7D6ADB;
 }
</style>
border-color css

<style>
 span { border-color: #7D6ADB; }

 span { border-color: rgb(125,106,219); }

 td.TdClassName
 {
   border-color: #7D6ADB;
 }
 .TagClassName
 {
   border-color: #7D6ADB;
 }
</style>