#7a58cb

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

Shades of Slate Blue #7A58CB

Tints of Slate Blue #7A58CB

Color information

#7A58CB (or 0x7A58CB) is unknown color: approx Slate Blue. HEX triplet: 7A, 58 and CB. RGB value is (122,88,203). Sum of RGB (Red+Green+Blue) = 122+88+203=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A58CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A58CB is #85A734. Grayscale: #6E6E6E. Windows color (decimal): -8759093 or 13326458. OLE color: 13326458.

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

Color convert

RGB12288203-
CMYK0.400.5700.20
HSL257.74º52.51%57.06%-
HSV(B)257.74º56.65%79.61%-
XYZ22.315.4358.3-
YUV111.28179.76135.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.54%
GREEN value IS 88 (34.77% from 255) = 21.31%
BLUE value IS 203 (79.69% from 255) = 49.15%
R=29.54%
G=21.31%
B=49.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122882030.400.5700.20257.7452.5157.06
Hex7A58CB28390141023539
Octal17213031350710244026571
Binary1111010101100011001011101000111001010100100000010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a58cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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