#7E58CB

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

Shades of Slate Blue #7E58CB

Tints of Slate Blue #7E58CB

Color information

#7E58CB (or 0x7E58CB) is unknown color: approx Slate Blue. HEX triplet: 7E, 58 and CB. RGB value is (126,88,203). Sum of RGB (Red+Green+Blue) = 126+88+203=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E58CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E58CB is #81A734. Grayscale: #707070. Windows color (decimal): -8496949 or 13326462. OLE color: 13326462.

HSL color Cylindrical-coordinate representation of color #7E58CB: hue angle of 259.83º 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 #7E58CB is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12688203-
CMYK0.380.5700.20
HSL259.83º52.51%57.06%-
HSV(B)259.83º56.65%79.61%-
XYZ22.8715.7358.33-
YUV112.47179.09137.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.22%
GREEN value IS 88 (34.77% from 255) = 21.10%
BLUE value IS 203 (79.69% from 255) = 48.68%
R=30.22%
G=21.10%
B=48.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal126882030.380.5700.20259.8352.5157.06
Hex7E58CB26390141043539
Octal17613031346710244046571
Binary1111110101100011001011100110111001010100100000100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E58CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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