#7F5CD8

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

Shades of Slate Blue #7F5CD8

Tints of Slate Blue #7F5CD8

Color information

#7F5CD8 (or 0x7F5CD8) is unknown color: approx Slate Blue. HEX triplet: 7F, 5C and D8. RGB value is (127,92,216). Sum of RGB (Red+Green+Blue) = 127+92+216=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #7F5CD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5CD8 is #80A327. Grayscale: #747474. Windows color (decimal): -8430376 or 14179455. OLE color: 14179455.

HSL color Cylindrical-coordinate representation of color #7F5CD8: hue angle of 256.94º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F5CD8 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12792216-
CMYK0.410.5700.15
HSL256.94º61.39%60.39%-
HSV(B)256.94º57.41%84.71%-
XYZ24.9717.1266.95-
YUV116.6184.1135.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.20%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 216 (84.77% from 255) = 49.66%
R=29.20%
G=21.15%
B=49.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal127922160.410.5700.15256.9461.3960.39
Hex7F5CD829390F1013d3c
Octal17713433051710174017574
Binary111111110111001101100010100111100101111100000001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,92,216); }

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

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

 a { background-color: rgb(127,92,216); }

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

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

 span { border-color: rgb(127,92,216); }

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