#7A59CE

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

Shades of Slate Blue #7A59CE

Tints of Slate Blue #7A59CE

Color information

#7A59CE (or 0x7A59CE) is unknown color: approx Slate Blue. HEX triplet: 7A, 59 and CE. RGB value is (122,89,206). Sum of RGB (Red+Green+Blue) = 122+89+206=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A59CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A59CE is #85A631. Grayscale: #6F6F6F. Windows color (decimal): -8758834 or 13523322. OLE color: 13523322.

HSL color Cylindrical-coordinate representation of color #7A59CE: hue angle of 256.92º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A59CE is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12289206-
CMYK0.410.5700.19
HSL256.92º54.42%57.84%-
HSV(B)256.92º56.8%80.78%-
XYZ22.7415.7460.23-
YUV112.21180.93134.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.26%
GREEN value IS 89 (35.16% from 255) = 21.34%
BLUE value IS 206 (80.86% from 255) = 49.40%
R=29.26%
G=21.34%
B=49.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal122892060.410.5700.19256.9254.4257.84
Hex7A59CE2939013101363a
Octal17213131651710234016672
Binary1111010101100111001110101001111001010011100000001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A59CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,89,206); }

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

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

 a { background-color: rgb(122,89,206); }

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

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

 span { border-color: rgb(122,89,206); }

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