Html Css Color HEX #8E88A2 Grey Suit

📋 copy color: '#8E88A2'

red 142 ◦ green 136 ◦ blue 162

#8E88A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Suit #8E88A2

Tints of Grey Suit #8E88A2

RGB

 RED value IS 142 (55.86% from 255) = 32.27%

 GREEN value IS 136 (53.52% from 255) = 30.91%

 BLUE value IS 162 (63.67% from 255) = 36.82%

R = 32.27%
G = 30.91%
B = 36.82%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8E88A2 (or 0x8E88A2) is known color: Grey Suit. HEX triplet: 8E, 88 and A2. RGB value is (142,136,162). Sum of RGB (Red+Green+Blue) = 142+136+162=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 162 - color contains mainly: blue. Hex color #8E88A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E88A2 is #71775D. Grayscale: #8C8C8C. Windows color (decimal): -7436126 or 10651790. OLE color: 10651790.

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

Color convert

RGB 142 136 162 -
CMYK 0.12 0.16 0 0.36
HSL 253.85º 0.12% 0.58% -
HSV(B) 253.85º 0.16% 0.64% -
XYZ 26.48 25.97 37.8 -
YUV 140.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 142 136 162 0.12 0.16 0 0.36 253.85 0.12 0.58
Hex 8E 88 A2 C 10 0 24 FE C 3A
Octal 216 210 242 14 20 0 44 376 14 72
Binary 10001110 10001000 10100010 1100 10000 0 100100 11111110 1100 111010

Color Harmonies of #8E88A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E88A2

Black with #8E88A2

Text Example


Text Example

White with #8E88A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E88A2;
 }
 .AnyTagClassName
 {
   color: #8E88A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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