Shades of Grey Suit #8B879C
Tints of Grey Suit #8B879C
RGB
CMYK
RGB Variations
Color information
#8B879C (or 0x8B879C) is known color: Grey Suit. HEX triplet: 8B, 87 and 9C. RGB value is (139,135,156). Sum of RGB (Red+Green+Blue) = 139+135+156=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B879C is #747863. Grayscale: #8A8A8A. Windows color (decimal): -7632996 or 10258315. OLE color: 10258315.
HSL color Cylindrical-coordinate representation of color #8B879C: hue angle of 251.43º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B879C is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 135 | 156 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.39 |
| HSL | 251.43º | 0.1% | 0.57% | - |
| HSV(B) | 251.43º | 0.13% | 0.61% | - |
| XYZ | 25.31 | 25.22 | 34.99 | - |
| YUV | 138.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 156 | 0.11 | 0.13 | 0 | 0.39 | 251.43 | 0.1 | 0.57 |
| Hex | 8B | 87 | 9C | B | D | 0 | 27 | FB | A | 39 |
| Octal | 213 | 207 | 234 | 13 | 15 | 0 | 47 | 373 | 12 | 71 |
| Binary | 10001011 | 10000111 | 10011100 | 1011 | 1101 | 0 | 100111 | 11111011 | 1010 | 111001 |
Color Harmonies of #8B879C
Complementary color
Monochromatic Colors of #8B879C
Black with #8B879C
Text Example
Text Example
White with #8B879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B879C; }
p { color: rgb(139,135,156); }
H1.HeaderClassName
{
color: #8B879C;
}
.AnyTagClassName
{
color: #8B879C;
}
</style>
background-color css
<style>
a { background-color: #8B879C; }
a { background-color: rgb(139,135,156); }
div.DivClassName
{
background-color: #8B879C;
}
.BgClassName
{
background-color: #8B879C;
}
</style>
border-color css
<style>
span { border-color: #8B879C; }
span { border-color: rgb(139,135,156); }
td.TdClassName
{
border-color: #8B879C;
}
.TagClassName
{
border-color: #8B879C;
}
</style>