#7E51DE

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

Shades of Slate Blue #7E51DE

Tints of Slate Blue #7E51DE

Color information

#7E51DE (or 0x7E51DE) is unknown color: approx Slate Blue. HEX triplet: 7E, 51 and DE. RGB value is (126,81,222). Sum of RGB (Red+Green+Blue) = 126+81+222=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #7E51DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E51DE is #81AE21. Grayscale: #6E6E6E. Windows color (decimal): -8498722 or 14569854. OLE color: 14569854.

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

Color convert

RGB12681222-
CMYK0.430.6400.13
HSL259.15º68.12%59.41%-
HSV(B)259.15º63.51%87.06%-
XYZ24.7315.5970.81-
YUV110.53190.91139.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.37%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 222 (87.11% from 255) = 51.75%
R=29.37%
G=18.88%
B=51.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal126812220.430.6400.13259.1568.1259.41
Hex7E51DE2B400D103443b
Octal1761213365310001540310473
Binary11111101010001110111101010111000000011011000000111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E51DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,81,222); }

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

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

 a { background-color: rgb(126,81,222); }

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

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

 span { border-color: rgb(126,81,222); }

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