Shades of Grey Suit #8B85A1
Tints of Grey Suit #8B85A1
RGB
CMYK
RGB Variations
Color information
#8B85A1 (or 0x8B85A1) is known color: Grey Suit. HEX triplet: 8B, 85 and A1. RGB value is (139,133,161). Sum of RGB (Red+Green+Blue) = 139+133+161=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 161 - color contains mainly: blue. Hex color #8B85A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B85A1 is #747A5E. Grayscale: #898989. Windows color (decimal): -7633503 or 10585483. OLE color: 10585483.
HSL color Cylindrical-coordinate representation of color #8B85A1: hue angle of 252.86º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B85A1 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 133 | 161 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.37 |
| HSL | 252.86º | 0.13% | 0.58% | - |
| HSV(B) | 252.86º | 0.17% | 0.63% | - |
| XYZ | 25.47 | 24.84 | 37.17 | - |
| YUV | 137.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 161 | 0.14 | 0.17 | 0 | 0.37 | 252.86 | 0.13 | 0.58 |
| Hex | 8B | 85 | A1 | E | 11 | 0 | 25 | FD | D | 3A |
| Octal | 213 | 205 | 241 | 16 | 21 | 0 | 45 | 375 | 15 | 72 |
| Binary | 10001011 | 10000101 | 10100001 | 1110 | 10001 | 0 | 100101 | 11111101 | 1101 | 111010 |
Color Harmonies of #8B85A1
Complementary color
Monochromatic Colors of #8B85A1
Black with #8B85A1
Text Example
Text Example
White with #8B85A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B85A1; }
p { color: rgb(139,133,161); }
H1.HeaderClassName
{
color: #8B85A1;
}
.AnyTagClassName
{
color: #8B85A1;
}
</style>
background-color css
<style>
a { background-color: #8B85A1; }
a { background-color: rgb(139,133,161); }
div.DivClassName
{
background-color: #8B85A1;
}
.BgClassName
{
background-color: #8B85A1;
}
</style>
border-color css
<style>
span { border-color: #8B85A1; }
span { border-color: rgb(139,133,161); }
td.TdClassName
{
border-color: #8B85A1;
}
.TagClassName
{
border-color: #8B85A1;
}
</style>