#7E53CD

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

Shades of Slate Blue #7E53CD

Tints of Slate Blue #7E53CD

Color information

#7E53CD (or 0x7E53CD) is unknown color: approx Slate Blue. HEX triplet: 7E, 53 and CD. RGB value is (126,83,205). Sum of RGB (Red+Green+Blue) = 126+83+205=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E53CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E53CD is #81AC32. Grayscale: #6D6D6D. Windows color (decimal): -8498227 or 13456254. OLE color: 13456254.

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

Color convert

RGB12683205-
CMYK0.390.6000.20
HSL261.15º54.95%56.47%-
HSV(B)261.15º59.51%80.39%-
XYZ22.7215.0359.46-
YUV109.76181.75139.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.43%
GREEN value IS 83 (32.81% from 255) = 20.05%
BLUE value IS 205 (80.47% from 255) = 49.52%
R=30.43%
G=20.05%
B=49.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal126832050.390.6000.20261.1554.9556.47
Hex7E53CD273C0141053738
Octal17612331547740244056770
Binary1111110101001111001101100111111100010100100000101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E53CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,83,205); }

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

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

 a { background-color: rgb(126,83,205); }

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

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

 span { border-color: rgb(126,83,205); }

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