#7A59CA

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

Shades of Slate Blue #7A59CA

Tints of Slate Blue #7A59CA

Color information

#7A59CA (or 0x7A59CA) is unknown color: approx Slate Blue. HEX triplet: 7A, 59 and CA. RGB value is (122,89,202). Sum of RGB (Red+Green+Blue) = 122+89+202=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A59CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A59CA is #85A635. Grayscale: #6F6F6F. Windows color (decimal): -8758838 or 13261178. OLE color: 13261178.

HSL color Cylindrical-coordinate representation of color #7A59CA: hue angle of 257.52º 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 #7A59CA is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12289202-
CMYK0.400.5600.21
HSL257.52º51.6%57.06%-
HSV(B)257.52º55.94%79.22%-
XYZ22.2615.5557.7-
YUV111.75178.93135.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.54%
GREEN value IS 89 (35.16% from 255) = 21.55%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=29.54%
G=21.55%
B=48.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122892020.400.5600.21257.5251.657.06
Hex7A59CA28380151023439
Octal17213131250700254026471
Binary1111010101100111001010101000111000010101100000010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A59CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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