#8E83AC

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

Shades of Grey Suit #8E83AC

Tints of Grey Suit #8E83AC

Color information

#8E83AC (or 0x8E83AC) is unknown color: approx Grey Suit. HEX triplet: 8E, 83 and AC. RGB value is (142,131,172). Sum of RGB (Red+Green+Blue) = 142+131+172=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E83AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E83AC is #717C53. Grayscale: #8A8A8A. Windows color (decimal): -7437396 or 11305870. OLE color: 11305870.

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

Color convert

RGB142131172-
CMYK0.170.2400.33
HSL256.1º19.81%59.41%-
HSV(B)256.1º23.84%67.45%-
XYZ26.7224.9642.44-
YUV138.96146.64130.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.91%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=31.91%
G=29.44%
B=38.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421311720.170.2400.33256.119.8159.41
Hex8E83AC1118021100143b
Octal21620325421300414002473
Binary1000111010000011101011001000111000010000110000000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E83AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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