#7F59CC

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

Shades of Slate Blue #7F59CC

Tints of Slate Blue #7F59CC

Color information

#7F59CC (or 0x7F59CC) is unknown color: approx Slate Blue. HEX triplet: 7F, 59 and CC. RGB value is (127,89,204). Sum of RGB (Red+Green+Blue) = 127+89+204=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F59CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F59CC is #80A633. Grayscale: #717171. Windows color (decimal): -8431156 or 13392255. OLE color: 13392255.

HSL color Cylindrical-coordinate representation of color #7F59CC: hue angle of 259.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F59CC is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12789204-
CMYK0.380.5600.2
HSL259.83º53%57.45%-
HSV(B)259.83º56.37%80%-
XYZ23.2216.0258.99-
YUV113.47179.09137.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.24%
GREEN value IS 89 (35.16% from 255) = 21.19%
BLUE value IS 204 (80.08% from 255) = 48.57%
R=30.24%
G=21.19%
B=48.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal127892040.380.5600.2259.835357.45
Hex7F59CC26380141043539
Octal17713131446700244046571
Binary1111111101100111001100100110111000010100100000100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F59CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,89,204); }

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

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

 a { background-color: rgb(127,89,204); }

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

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

 span { border-color: rgb(127,89,204); }

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