#8E7FA2

Color #8E7FA2 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #8E7FA2

Tints of Deluge #8E7FA2

Color information

#8E7FA2 (or 0x8E7FA2) is unknown color: approx Deluge. HEX triplet: 8E, 7F and A2. RGB value is (142,127,162). Sum of RGB (Red+Green+Blue) = 142+127+162=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 162 - color contains mainly: blue. Hex color #8E7FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7FA2 is #71805D. Grayscale: #878787. Windows color (decimal): -7438430 or 10649486. OLE color: 10649486.

HSL color Cylindrical-coordinate representation of color #8E7FA2: hue angle of 265.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E7FA2 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB142127162-
CMYK0.120.2200.36
HSL265.71º15.84%56.67%-
HSV(B)265.71º21.6%63.53%-
XYZ25.2723.5437.39-
YUV135.48142.97132.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.95%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 162 (63.67% from 255) = 37.59%
R=32.95%
G=29.47%
B=37.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421271620.120.2200.36265.7115.8456.67
Hex8E7FA2C1602410a1039
Octal21617724214260444122071
Binary10001110111111110100010110010110010010010000101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E7FA2; }

 p { color: rgb(142,127,162); }

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

<style>
 a { background-color: #8E7FA2; }

 a { background-color: rgb(142,127,162); }

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

<style>
 span { border-color: #8E7FA2; }

 span { border-color: rgb(142,127,162); }

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