#8F88AF

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

Shades of Grey Suit #8F88AF

Tints of Grey Suit #8F88AF

Color information

#8F88AF (or 0x8F88AF) is unknown color: approx Grey Suit. HEX triplet: 8F, 88 and AF. RGB value is (143,136,175). Sum of RGB (Red+Green+Blue) = 143+136+175=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F88AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F88AF is #707750. Grayscale: #8E8E8E. Windows color (decimal): -7370577 or 11503759. OLE color: 11503759.

HSL color Cylindrical-coordinate representation of color #8F88AF: hue angle of 250.77º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F88AF is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB143136175-
CMYK0.180.2200.31
HSL250.77º19.6%60.98%-
HSV(B)250.77º22.29%68.63%-
XYZ27.8726.5444.21-
YUV142.54146.32128.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.50%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=31.50%
G=29.96%
B=38.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431361750.180.2200.31250.7719.660.98
Hex8F88AF121601Ffb143d
Octal21721025722260373732475
Binary10001111100010001010111110010101100111111111101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F88AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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