#8F879E

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

Shades of Grey Suit #8F879E

Tints of Grey Suit #8F879E

Color information

#8F879E (or 0x8F879E) is unknown color: approx Grey Suit. HEX triplet: 8F, 87 and 9E. RGB value is (143,135,158). Sum of RGB (Red+Green+Blue) = 143+135+158=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F879E is #707861. Grayscale: #8B8B8B. Windows color (decimal): -7370850 or 10389391. OLE color: 10389391.

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

Color convert

RGB143135158-
CMYK0.090.1500.38
HSL260.87º10.6%57.45%-
HSV(B)260.87º14.56%61.96%-
XYZ26.1625.6435.92-
YUV140.01138.15130.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.80%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 158 (62.11% from 255) = 36.24%
R=32.80%
G=30.96%
B=36.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431351580.090.1500.38260.8710.657.45
Hex8F879E9F026105b39
Octal21720723611170464051371
Binary1000111110000111100111101001111101001101000001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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