Shades of Grey Suit #8B849C
Tints of Grey Suit #8B849C
RGB
CMYK
RGB Variations
Color information
#8B849C (or 0x8B849C) is known color: Grey Suit. HEX triplet: 8B, 84 and 9C. RGB value is (139,132,156). Sum of RGB (Red+Green+Blue) = 139+132+156=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B849C is #747B63. Grayscale: #888888. Windows color (decimal): -7633764 or 10257547. OLE color: 10257547.
HSL color Cylindrical-coordinate representation of color #8B849C: hue angle of 257.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B849C is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 132 | 156 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.39 |
| HSL | 257.5º | 0.11% | 0.56% | - |
| HSV(B) | 257.5º | 0.15% | 0.61% | - |
| XYZ | 24.9 | 24.39 | 34.85 | - |
| YUV | 136.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 156 | 0.11 | 0.15 | 0 | 0.39 | 257.5 | 0.11 | 0.56 |
| Hex | 8B | 84 | 9C | B | F | 0 | 27 | 102 | B | 38 |
| Octal | 213 | 204 | 234 | 13 | 17 | 0 | 47 | 402 | 13 | 70 |
| Binary | 10001011 | 10000100 | 10011100 | 1011 | 1111 | 0 | 100111 | 100000010 | 1011 | 111000 |
Color Harmonies of #8B849C
Complementary color
Monochromatic Colors of #8B849C
Black with #8B849C
Text Example
Text Example
White with #8B849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B849C; }
p { color: rgb(139,132,156); }
H1.HeaderClassName
{
color: #8B849C;
}
.AnyTagClassName
{
color: #8B849C;
}
</style>
background-color css
<style>
a { background-color: #8B849C; }
a { background-color: rgb(139,132,156); }
div.DivClassName
{
background-color: #8B849C;
}
.BgClassName
{
background-color: #8B849C;
}
</style>
border-color css
<style>
span { border-color: #8B849C; }
span { border-color: rgb(139,132,156); }
td.TdClassName
{
border-color: #8B849C;
}
.TagClassName
{
border-color: #8B849C;
}
</style>