#7E57D1

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

Shades of Slate Blue #7E57D1

Tints of Slate Blue #7E57D1

Color information

#7E57D1 (or 0x7E57D1) is unknown color: approx Slate Blue. HEX triplet: 7E, 57 and D1. RGB value is (126,87,209). Sum of RGB (Red+Green+Blue) = 126+87+209=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 209 (82.03% from 255 or 49.53% from 422); Max value from RGB is 209 - color contains mainly: blue. Hex color #7E57D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E57D1 is #81A82E. Grayscale: #707070. Windows color (decimal): -8497199 or 13719422. OLE color: 13719422.

HSL color Cylindrical-coordinate representation of color #7E57D1: hue angle of 259.18º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E57D1 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12687209-
CMYK0.400.5800.18
HSL259.18º57.01%58.04%-
HSV(B)259.18º58.37%81.96%-
XYZ23.5215.8662.14-
YUV112.57182.42137.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.86%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 209 (82.03% from 255) = 49.53%
R=29.86%
G=20.62%
B=49.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal126872090.400.5800.18259.1857.0158.04
Hex7E57D1283A012103393a
Octal17612732150720224037172
Binary1111110101011111010001101000111010010010100000011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E57D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,87,209); }

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

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

 a { background-color: rgb(126,87,209); }

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

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

 span { border-color: rgb(126,87,209); }

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