Shades of Grey Suit #8F899A
Tints of Grey Suit #8F899A
RGB
CMYK
RGB Variations
Color information
#8F899A (or 0x8F899A) is known color: Grey Suit. HEX triplet: 8F, 89 and 9A. RGB value is (143,137,154). Sum of RGB (Red+Green+Blue) = 143+137+154=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F899A is #707665. Grayscale: #8C8C8C. Windows color (decimal): -7370342 or 10127759. OLE color: 10127759.
HSL color Cylindrical-coordinate representation of color #8F899A: hue angle of 261.18º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8F899A is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 137 | 154 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.40 |
| HSL | 261.18º | 0.08% | 0.57% | - |
| HSV(B) | 261.18º | 0.11% | 0.6% | - |
| XYZ | 26.11 | 26.06 | 34.23 | - |
| YUV | 140.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 154 | 0.07 | 0.11 | 0 | 0.40 | 261.18 | 0.08 | 0.57 |
| Hex | 8F | 89 | 9A | 7 | B | 0 | 28 | 105 | 8 | 39 |
| Octal | 217 | 211 | 232 | 7 | 13 | 0 | 50 | 405 | 10 | 71 |
| Binary | 10001111 | 10001001 | 10011010 | 111 | 1011 | 0 | 101000 | 100000101 | 1000 | 111001 |
Color Harmonies of #8F899A
Complementary color
Monochromatic Colors of #8F899A
Black with #8F899A
Text Example
Text Example
White with #8F899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F899A; }
p { color: rgb(143,137,154); }
H1.HeaderClassName
{
color: #8F899A;
}
.AnyTagClassName
{
color: #8F899A;
}
</style>
background-color css
<style>
a { background-color: #8F899A; }
a { background-color: rgb(143,137,154); }
div.DivClassName
{
background-color: #8F899A;
}
.BgClassName
{
background-color: #8F899A;
}
</style>
border-color css
<style>
span { border-color: #8F899A; }
span { border-color: rgb(143,137,154); }
td.TdClassName
{
border-color: #8F899A;
}
.TagClassName
{
border-color: #8F899A;
}
</style>