#7E4ECB

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

Shades of Slate Blue #7E4ECB

Tints of Slate Blue #7E4ECB

Color information

#7E4ECB (or 0x7E4ECB) is unknown color: approx Slate Blue. HEX triplet: 7E, 4E and CB. RGB value is (126,78,203). Sum of RGB (Red+Green+Blue) = 126+78+203=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E4ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4ECB is #81B134. Grayscale: #6A6A6A. Windows color (decimal): -8499509 or 13323902. OLE color: 13323902.

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

Color convert

RGB12678203-
CMYK0.380.6200.20
HSL263.04º54.59%55.1%-
HSV(B)263.04º61.58%79.61%-
XYZ22.1114.258.07-
YUV106.6182.4141.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.96%
GREEN value IS 78 (30.86% from 255) = 19.16%
BLUE value IS 203 (79.69% from 255) = 49.88%
R=30.96%
G=19.16%
B=49.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal126782030.380.6200.20263.0454.5955.1
Hex7E4ECB263E0141073737
Octal17611631346760244076767
Binary1111110100111011001011100110111110010100100000111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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