Shades of Grey Suit #8B879E
Tints of Grey Suit #8B879E
RGB
CMYK
RGB Variations
Color information
#8B879E (or 0x8B879E) is known color: Grey Suit. HEX triplet: 8B, 87 and 9E. RGB value is (139,135,158). Sum of RGB (Red+Green+Blue) = 139+135+158=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B879E is #747861. Grayscale: #8A8A8A. Windows color (decimal): -7632994 or 10389387. OLE color: 10389387.
HSL color Cylindrical-coordinate representation of color #8B879E: hue angle of 250.43º 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 #8B879E is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 135 | 158 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.38 |
| HSL | 250.43º | 0.11% | 0.57% | - |
| HSV(B) | 250.43º | 0.15% | 0.62% | - |
| XYZ | 25.48 | 25.29 | 35.89 | - |
| YUV | 138.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 158 | 0.12 | 0.15 | 0 | 0.38 | 250.43 | 0.11 | 0.57 |
| Hex | 8B | 87 | 9E | C | F | 0 | 26 | FA | B | 39 |
| Octal | 213 | 207 | 236 | 14 | 17 | 0 | 46 | 372 | 13 | 71 |
| Binary | 10001011 | 10000111 | 10011110 | 1100 | 1111 | 0 | 100110 | 11111010 | 1011 | 111001 |
Color Harmonies of #8B879E
Complementary color
Monochromatic Colors of #8B879E
Black with #8B879E
Text Example
Text Example
White with #8B879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B879E; }
p { color: rgb(139,135,158); }
H1.HeaderClassName
{
color: #8B879E;
}
.AnyTagClassName
{
color: #8B879E;
}
</style>
background-color css
<style>
a { background-color: #8B879E; }
a { background-color: rgb(139,135,158); }
div.DivClassName
{
background-color: #8B879E;
}
.BgClassName
{
background-color: #8B879E;
}
</style>
border-color css
<style>
span { border-color: #8B879E; }
span { border-color: rgb(139,135,158); }
td.TdClassName
{
border-color: #8B879E;
}
.TagClassName
{
border-color: #8B879E;
}
</style>