#7D57D6

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

Shades of Slate Blue #7D57D6

Tints of Slate Blue #7D57D6

Color information

#7D57D6 (or 0x7D57D6) is unknown color: approx Slate Blue. HEX triplet: 7D, 57 and D6. RGB value is (125,87,214). Sum of RGB (Red+Green+Blue) = 125+87+214=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 214 (83.98% from 255 or 50.23% from 426); Max value from RGB is 214 - color contains mainly: blue. Hex color #7D57D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D57D6 is #82A829. Grayscale: #707070. Windows color (decimal): -8562730 or 14047101. OLE color: 14047101.

HSL color Cylindrical-coordinate representation of color #7D57D6: hue angle of 257.95º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D57D6 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12587214-
CMYK0.420.5900.16
HSL257.95º60.77%59.02%-
HSV(B)257.95º59.35%83.92%-
XYZ2416.0365.45-
YUV112.84185.09136.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.34%
GREEN value IS 87 (34.38% from 255) = 20.42%
BLUE value IS 214 (83.98% from 255) = 50.23%
R=29.34%
G=20.42%
B=50.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal125872140.420.5900.16257.9560.7759.02
Hex7D57D62A3B0101023d3b
Octal17512732652730204027573
Binary1111101101011111010110101010111011010000100000010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D57D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,87,214); }

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

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

 a { background-color: rgb(125,87,214); }

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

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

 span { border-color: rgb(125,87,214); }

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