#7E52DD

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

Shades of Slate Blue #7E52DD

Tints of Slate Blue #7E52DD

Color information

#7E52DD (or 0x7E52DD) is unknown color: approx Slate Blue. HEX triplet: 7E, 52 and DD. RGB value is (126,82,221). Sum of RGB (Red+Green+Blue) = 126+82+221=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E52DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E52DD is #81AD22. Grayscale: #6E6E6E. Windows color (decimal): -8498467 or 14504574. OLE color: 14504574.

HSL color Cylindrical-coordinate representation of color #7E52DD: hue angle of 258.99º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E52DD is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12682221-
CMYK0.430.6300.13
HSL258.99º67.15%59.41%-
HSV(B)258.99º62.9%86.67%-
XYZ24.6715.6970.13-
YUV111190.08138.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.37%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 221 (86.72% from 255) = 51.52%
R=29.37%
G=19.11%
B=51.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal126822210.430.6300.13258.9967.1559.41
Hex7E52DD2B3F0D103433b
Octal176122335537701540310373
Binary1111110101001011011101101011111111011011000000111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E52DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,82,221); }

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

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

 a { background-color: rgb(126,82,221); }

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

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

 span { border-color: rgb(126,82,221); }

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