Shades of Grey Suit #8B899E
Tints of Grey Suit #8B899E
RGB
CMYK
RGB Variations
Color information
#8B899E (or 0x8B899E) is known color: Grey Suit. HEX triplet: 8B, 89 and 9E. RGB value is (139,137,158). Sum of RGB (Red+Green+Blue) = 139+137+158=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B899E is #747661. Grayscale: #8B8B8B. Windows color (decimal): -7632482 or 10389899. OLE color: 10389899.
HSL color Cylindrical-coordinate representation of color #8B899E: hue angle of 245.71º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B899E is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 137 | 158 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.38 |
| HSL | 245.71º | 0.1% | 0.58% | - |
| HSV(B) | 245.71º | 0.13% | 0.62% | - |
| XYZ | 25.76 | 25.85 | 35.98 | - |
| YUV | 139.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 158 | 0.12 | 0.13 | 0 | 0.38 | 245.71 | 0.1 | 0.58 |
| Hex | 8B | 89 | 9E | C | D | 0 | 26 | F6 | A | 3A |
| Octal | 213 | 211 | 236 | 14 | 15 | 0 | 46 | 366 | 12 | 72 |
| Binary | 10001011 | 10001001 | 10011110 | 1100 | 1101 | 0 | 100110 | 11110110 | 1010 | 111010 |
Color Harmonies of #8B899E
Complementary color
Monochromatic Colors of #8B899E
Black with #8B899E
Text Example
Text Example
White with #8B899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B899E; }
p { color: rgb(139,137,158); }
H1.HeaderClassName
{
color: #8B899E;
}
.AnyTagClassName
{
color: #8B899E;
}
</style>
background-color css
<style>
a { background-color: #8B899E; }
a { background-color: rgb(139,137,158); }
div.DivClassName
{
background-color: #8B899E;
}
.BgClassName
{
background-color: #8B899E;
}
</style>
border-color css
<style>
span { border-color: #8B899E; }
span { border-color: rgb(139,137,158); }
td.TdClassName
{
border-color: #8B899E;
}
.TagClassName
{
border-color: #8B899E;
}
</style>