#7E60CB

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

Shades of Slate Blue #7E60CB

Tints of Slate Blue #7E60CB

Color information

#7E60CB (or 0x7E60CB) is unknown color: approx Slate Blue. HEX triplet: 7E, 60 and CB. RGB value is (126,96,203). Sum of RGB (Red+Green+Blue) = 126+96+203=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E60CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E60CB is #819F34. Grayscale: #747474. Windows color (decimal): -8494901 or 13328510. OLE color: 13328510.

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

Color convert

RGB12696203-
CMYK0.380.5300.20
HSL256.82º50.71%58.63%-
HSV(B)256.82º52.71%79.61%-
XYZ23.5717.1158.56-
YUV117.17176.44134.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.65%
GREEN value IS 96 (37.89% from 255) = 22.59%
BLUE value IS 203 (79.69% from 255) = 47.76%
R=29.65%
G=22.59%
B=47.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal126962030.380.5300.20256.8250.7158.63
Hex7E60CB2635014101333b
Octal17614031346650244016373
Binary1111110110000011001011100110110101010100100000001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E60CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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