#8F88AC

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

Shades of Grey Suit #8F88AC

Tints of Grey Suit #8F88AC

Color information

#8F88AC (or 0x8F88AC) is unknown color: approx Grey Suit. HEX triplet: 8F, 88 and AC. RGB value is (143,136,172). Sum of RGB (Red+Green+Blue) = 143+136+172=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F88AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F88AC is #707753. Grayscale: #8E8E8E. Windows color (decimal): -7370580 or 11307151. OLE color: 11307151.

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

Color convert

RGB143136172-
CMYK0.170.2100.33
HSL251.67º17.82%60.39%-
HSV(B)251.67º20.93%67.45%-
XYZ27.5826.4342.68-
YUV142.2144.82128.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.71%
GREEN value IS 136 (53.52% from 255) = 30.16%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=31.71%
G=30.16%
B=38.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431361720.170.2100.33251.6717.8260.39
Hex8F88AC1115021fc123c
Octal21721025421250413742274
Binary100011111000100010101100100011010101000011111110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F88AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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