#8F86AB

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

Shades of Grey Suit #8F86AB

Tints of Grey Suit #8F86AB

Color information

#8F86AB (or 0x8F86AB) is unknown color: approx Grey Suit. HEX triplet: 8F, 86 and AB. RGB value is (143,134,171). Sum of RGB (Red+Green+Blue) = 143+134+171=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F86AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F86AB is #707954. Grayscale: #8C8C8C. Windows color (decimal): -7371093 or 11241103. OLE color: 11241103.

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

Color convert

RGB143134171-
CMYK0.160.2200.33
HSL254.59º18.05%59.8%-
HSV(B)254.59º21.64%67.06%-
XYZ27.225.8342.08-
YUV140.91144.98129.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.92%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=31.92%
G=29.91%
B=38.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431341710.160.2200.33254.5918.0559.8
Hex8F86AB1016021ff123c
Octal21720625320260413772274
Binary100011111000011010101011100001011001000011111111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F86AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,134,171); }

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

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

 a { background-color: rgb(143,134,171); }

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

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

 span { border-color: rgb(143,134,171); }

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