#7A58CA

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

Shades of Slate Blue #7A58CA

Tints of Slate Blue #7A58CA

Color information

#7A58CA (or 0x7A58CA) is unknown color: approx Slate Blue. HEX triplet: 7A, 58 and CA. RGB value is (122,88,202). Sum of RGB (Red+Green+Blue) = 122+88+202=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A58CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A58CA is #85A735. Grayscale: #6E6E6E. Windows color (decimal): -8759094 or 13260922. OLE color: 13260922.

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

Color convert

RGB12288202-
CMYK0.400.5600.21
HSL257.89º51.82%56.86%-
HSV(B)257.89º56.44%79.22%-
XYZ22.1815.3857.68-
YUV111.16179.26135.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.61%
GREEN value IS 88 (34.77% from 255) = 21.36%
BLUE value IS 202 (79.30% from 255) = 49.03%
R=29.61%
G=21.36%
B=49.03%

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
Decimal122882020.400.5600.21257.8951.8256.86
Hex7A58CA28380151023439
Octal17213031250700254026471
Binary1111010101100011001010101000111000010101100000010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A58CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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