Shades of Grey Suit #8B859D
Tints of Grey Suit #8B859D
RGB
CMYK
RGB Variations
Color information
#8B859D (or 0x8B859D) is known color: Grey Suit. HEX triplet: 8B, 85 and 9D. RGB value is (139,133,157). Sum of RGB (Red+Green+Blue) = 139+133+157=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B859D is #747A62. Grayscale: #898989. Windows color (decimal): -7633507 or 10323339. OLE color: 10323339.
HSL color Cylindrical-coordinate representation of color #8B859D: hue angle of 255º 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 #8B859D is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 133 | 157 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.38 |
| HSL | 255º | 0.11% | 0.57% | - |
| HSV(B) | 255º | 0.15% | 0.62% | - |
| XYZ | 25.12 | 24.7 | 35.34 | - |
| YUV | 137.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 157 | 0.11 | 0.15 | 0 | 0.38 | 255 | 0.11 | 0.57 |
| Hex | 8B | 85 | 9D | B | F | 0 | 26 | FF | B | 39 |
| Octal | 213 | 205 | 235 | 13 | 17 | 0 | 46 | 377 | 13 | 71 |
| Binary | 10001011 | 10000101 | 10011101 | 1011 | 1111 | 0 | 100110 | 11111111 | 1011 | 111001 |
Color Harmonies of #8B859D
Complementary color
Monochromatic Colors of #8B859D
Black with #8B859D
Text Example
Text Example
White with #8B859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B859D; }
p { color: rgb(139,133,157); }
H1.HeaderClassName
{
color: #8B859D;
}
.AnyTagClassName
{
color: #8B859D;
}
</style>
background-color css
<style>
a { background-color: #8B859D; }
a { background-color: rgb(139,133,157); }
div.DivClassName
{
background-color: #8B859D;
}
.BgClassName
{
background-color: #8B859D;
}
</style>
border-color css
<style>
span { border-color: #8B859D; }
span { border-color: rgb(139,133,157); }
td.TdClassName
{
border-color: #8B859D;
}
.TagClassName
{
border-color: #8B859D;
}
</style>