Shades of Grey Suit #8B879F
Tints of Grey Suit #8B879F
RGB
CMYK
RGB Variations
Color information
#8B879F (or 0x8B879F) is known color: Grey Suit. HEX triplet: 8B, 87 and 9F. RGB value is (139,135,159). Sum of RGB (Red+Green+Blue) = 139+135+159=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B879F is #747860. Grayscale: #8A8A8A. Windows color (decimal): -7632993 or 10454923. OLE color: 10454923.
HSL color Cylindrical-coordinate representation of color #8B879F: hue angle of 250º 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 #8B879F is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 135 | 159 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.38 |
| HSL | 250º | 0.11% | 0.58% | - |
| HSV(B) | 250º | 0.15% | 0.62% | - |
| XYZ | 25.57 | 25.32 | 36.34 | - |
| YUV | 138.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 159 | 0.13 | 0.15 | 0 | 0.38 | 250 | 0.11 | 0.58 |
| Hex | 8B | 87 | 9F | D | F | 0 | 26 | FA | B | 3A |
| Octal | 213 | 207 | 237 | 15 | 17 | 0 | 46 | 372 | 13 | 72 |
| Binary | 10001011 | 10000111 | 10011111 | 1101 | 1111 | 0 | 100110 | 11111010 | 1011 | 111010 |
Color Harmonies of #8B879F
Complementary color
Monochromatic Colors of #8B879F
Black with #8B879F
Text Example
Text Example
White with #8B879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B879F; }
p { color: rgb(139,135,159); }
H1.HeaderClassName
{
color: #8B879F;
}
.AnyTagClassName
{
color: #8B879F;
}
</style>
background-color css
<style>
a { background-color: #8B879F; }
a { background-color: rgb(139,135,159); }
div.DivClassName
{
background-color: #8B879F;
}
.BgClassName
{
background-color: #8B879F;
}
</style>
border-color css
<style>
span { border-color: #8B879F; }
span { border-color: rgb(139,135,159); }
td.TdClassName
{
border-color: #8B879F;
}
.TagClassName
{
border-color: #8B879F;
}
</style>