Shades of Grey Suit #8B88A1
Tints of Grey Suit #8B88A1
RGB
CMYK
RGB Variations
Color information
#8B88A1 (or 0x8B88A1) is known color: Grey Suit. HEX triplet: 8B, 88 and A1. RGB value is (139,136,161). Sum of RGB (Red+Green+Blue) = 139+136+161=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 161 - color contains mainly: blue. Hex color #8B88A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B88A1 is #74775E. Grayscale: #8B8B8B. Windows color (decimal): -7632735 or 10586251. OLE color: 10586251.
HSL color Cylindrical-coordinate representation of color #8B88A1: hue angle of 247.2º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B88A1 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 136 | 161 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.37 |
| HSL | 247.2º | 0.12% | 0.58% | - |
| HSV(B) | 247.2º | 0.16% | 0.63% | - |
| XYZ | 25.88 | 25.67 | 37.31 | - |
| YUV | 139.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 161 | 0.14 | 0.16 | 0 | 0.37 | 247.2 | 0.12 | 0.58 |
| Hex | 8B | 88 | A1 | E | 10 | 0 | 25 | F7 | C | 3A |
| Octal | 213 | 210 | 241 | 16 | 20 | 0 | 45 | 367 | 14 | 72 |
| Binary | 10001011 | 10001000 | 10100001 | 1110 | 10000 | 0 | 100101 | 11110111 | 1100 | 111010 |
Color Harmonies of #8B88A1
Complementary color
Monochromatic Colors of #8B88A1
Black with #8B88A1
Text Example
Text Example
White with #8B88A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B88A1; }
p { color: rgb(139,136,161); }
H1.HeaderClassName
{
color: #8B88A1;
}
.AnyTagClassName
{
color: #8B88A1;
}
</style>
background-color css
<style>
a { background-color: #8B88A1; }
a { background-color: rgb(139,136,161); }
div.DivClassName
{
background-color: #8B88A1;
}
.BgClassName
{
background-color: #8B88A1;
}
</style>
border-color css
<style>
span { border-color: #8B88A1; }
span { border-color: rgb(139,136,161); }
td.TdClassName
{
border-color: #8B88A1;
}
.TagClassName
{
border-color: #8B88A1;
}
</style>