#8E83AA

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

Shades of Deluge #8E83AA

Tints of Deluge #8E83AA

Color information

#8E83AA (or 0x8E83AA) is unknown color: approx Deluge. HEX triplet: 8E, 83 and AA. RGB value is (142,131,170). Sum of RGB (Red+Green+Blue) = 142+131+170=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E83AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E83AA is #717C55. Grayscale: #8A8A8A. Windows color (decimal): -7437398 or 11174798. OLE color: 11174798.

HSL color Cylindrical-coordinate representation of color #8E83AA: hue angle of 256.92º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E83AA is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142131170-
CMYK0.160.2300.33
HSL256.92º18.66%59.02%-
HSV(B)256.92º22.94%66.67%-
XYZ26.5324.8941.44-
YUV138.73145.64130.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.05%
GREEN value IS 131 (51.56% from 255) = 29.57%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=32.05%
G=29.57%
B=38.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421311700.160.2300.33256.9218.6659.02
Hex8E83AA1017021101133b
Octal21620325220270414012373
Binary1000111010000011101010101000010111010000110000000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E83AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,131,170); }

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

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

 a { background-color: rgb(142,131,170); }

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

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

 span { border-color: rgb(142,131,170); }

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