#7E54CE

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

Shades of Slate Blue #7E54CE

Tints of Slate Blue #7E54CE

Color information

#7E54CE (or 0x7E54CE) is unknown color: approx Slate Blue. HEX triplet: 7E, 54 and CE. RGB value is (126,84,206). Sum of RGB (Red+Green+Blue) = 126+84+206=416 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.29% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E54CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E54CE is #81AB31. Grayscale: #6E6E6E. Windows color (decimal): -8497970 or 13522046. OLE color: 13522046.

HSL color Cylindrical-coordinate representation of color #7E54CE: hue angle of 260.66º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E54CE is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12684206-
CMYK0.390.5900.19
HSL260.66º55.45%56.86%-
HSV(B)260.66º59.22%80.78%-
XYZ22.9215.2360.12-
YUV110.47181.91139.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.29%
GREEN value IS 84 (33.20% from 255) = 20.19%
BLUE value IS 206 (80.86% from 255) = 49.52%
R=30.29%
G=20.19%
B=49.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal126842060.390.5900.19260.6655.4556.86
Hex7E54CE273B0131053739
Octal17612431647730234056771
Binary1111110101010011001110100111111011010011100000101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E54CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,84,206); }

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

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

 a { background-color: rgb(126,84,206); }

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

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

 span { border-color: rgb(126,84,206); }

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