#7F5DCB

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

Shades of Slate Blue #7F5DCB

Tints of Slate Blue #7F5DCB

Color information

#7F5DCB (or 0x7F5DCB) is unknown color: approx Slate Blue. HEX triplet: 7F, 5D and CB. RGB value is (127,93,203). Sum of RGB (Red+Green+Blue) = 127+93+203=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F5DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5DCB is #80A234. Grayscale: #737373. Windows color (decimal): -8430133 or 13327743. OLE color: 13327743.

HSL color Cylindrical-coordinate representation of color #7F5DCB: hue angle of 258.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F5DCB is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12793203-
CMYK0.370.5400.20
HSL258.55º51.4%58.04%-
HSV(B)258.55º54.19%79.61%-
XYZ23.4516.6558.48-
YUV115.71177.26136.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.02%
GREEN value IS 93 (36.72% from 255) = 21.99%
BLUE value IS 203 (79.69% from 255) = 47.99%
R=30.02%
G=21.99%
B=47.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal127932030.370.5400.20258.5551.458.04
Hex7F5DCB2536014103333a
Octal17713531345660244036372
Binary1111111101110111001011100101110110010100100000011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,93,203); }

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

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

 a { background-color: rgb(127,93,203); }

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

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

 span { border-color: rgb(127,93,203); }

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