#8F88A2

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

Shades of Grey Suit #8F88A2

Tints of Grey Suit #8F88A2

Color information

#8F88A2 (or 0x8F88A2) is unknown color: approx Grey Suit. HEX triplet: 8F, 88 and A2. RGB value is (143,136,162). Sum of RGB (Red+Green+Blue) = 143+136+162=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 162 - color contains mainly: blue. Hex color #8F88A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F88A2 is #70775D. Grayscale: #8C8C8C. Windows color (decimal): -7370590 or 10651791. OLE color: 10651791.

HSL color Cylindrical-coordinate representation of color #8F88A2: hue angle of 256.15º 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 #8F88A2 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB143136162-
CMYK0.120.1600.36
HSL256.15º12.26%58.43%-
HSV(B)256.15º16.05%63.53%-
XYZ26.6526.0637.81-
YUV141.06139.82129.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.43%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 162 (63.67% from 255) = 36.73%
R=32.43%
G=30.84%
B=36.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431361620.120.1600.36256.1512.2658.43
Hex8F88A2C10024100c3a
Octal21721024214200444001472
Binary10001111100010001010001011001000001001001000000001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F88A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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