#7D4DC8

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

Shades of Slate Blue #7D4DC8

Tints of Slate Blue #7D4DC8

Color information

#7D4DC8 (or 0x7D4DC8) is unknown color: approx Slate Blue. HEX triplet: 7D, 4D and C8. RGB value is (125,77,200). Sum of RGB (Red+Green+Blue) = 125+77+200=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 200 (78.52% from 255 or 49.75% from 402); Max value from RGB is 200 - color contains mainly: blue. Hex color #7D4DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4DC8 is #82B237. Grayscale: #686868. Windows color (decimal): -8565304 or 13127037. OLE color: 13127037.

HSL color Cylindrical-coordinate representation of color #7D4DC8: hue angle of 263.41º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D4DC8 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12577200-
CMYK0.380.6200.22
HSL263.41º52.79%54.31%-
HSV(B)263.41º61.5%78.43%-
XYZ21.5413.8456.18-
YUV105.37181.4142-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.09%
GREEN value IS 77 (30.47% from 255) = 19.15%
BLUE value IS 200 (78.52% from 255) = 49.75%
R=31.09%
G=19.15%
B=49.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal125772000.380.6200.22263.4152.7954.31
Hex7D4DC8263E0161073536
Octal17511531046760264076566
Binary1111101100110111001000100110111110010110100000111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,77,200); }

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

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

 a { background-color: rgb(125,77,200); }

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

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

 span { border-color: rgb(125,77,200); }

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