#7F59CA

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

Shades of Slate Blue #7F59CA

Tints of Slate Blue #7F59CA

Color information

#7F59CA (or 0x7F59CA) is unknown color: approx Slate Blue. HEX triplet: 7F, 59 and CA. RGB value is (127,89,202). Sum of RGB (Red+Green+Blue) = 127+89+202=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F59CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F59CA is #80A635. Grayscale: #707070. Windows color (decimal): -8431158 or 13261183. OLE color: 13261183.

HSL color Cylindrical-coordinate representation of color #7F59CA: hue angle of 260.18º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F59CA is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12789202-
CMYK0.370.5600.21
HSL260.18º51.6%57.06%-
HSV(B)260.18º55.94%79.22%-
XYZ22.9915.9257.74-
YUV113.24178.09137.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.38%
GREEN value IS 89 (35.16% from 255) = 21.29%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=30.38%
G=21.29%
B=48.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal127892020.370.5600.21260.1851.657.06
Hex7F59CA25380151043439
Octal17713131245700254046471
Binary1111111101100111001010100101111000010101100000100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F59CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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