#8F879F

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

Shades of Grey Suit #8F879F

Tints of Grey Suit #8F879F

Color information

#8F879F (or 0x8F879F) is unknown color: approx Grey Suit. HEX triplet: 8F, 87 and 9F. RGB value is (143,135,159). Sum of RGB (Red+Green+Blue) = 143+135+159=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F879F is #707860. Grayscale: #8C8C8C. Windows color (decimal): -7370849 or 10454927. OLE color: 10454927.

HSL color Cylindrical-coordinate representation of color #8F879F: hue angle of 260º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F879F is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB143135159-
CMYK0.100.1500.38
HSL260º11.11%57.65%-
HSV(B)260º15.09%62.35%-
XYZ26.2525.6736.37-
YUV140.13138.65130.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.72%
GREEN value IS 135 (53.12% from 255) = 30.89%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=32.72%
G=30.89%
B=36.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431351590.100.1500.3826011.1157.65
Hex8F879FAF026104b3a
Octal21720723712170464041372
Binary1000111110000111100111111010111101001101000001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,135,159); }

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

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

 a { background-color: rgb(143,135,159); }

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

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

 span { border-color: rgb(143,135,159); }

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