Shades of Grey Suit #8B88AE
Tints of Grey Suit #8B88AE
RGB
CMYK
RGB Variations
Color information
#8B88AE (or 0x8B88AE) is known color: Grey Suit. HEX triplet: 8B, 88 and AE. RGB value is (139,136,174). Sum of RGB (Red+Green+Blue) = 139+136+174=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B88AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B88AE is #747751. Grayscale: #8D8D8D. Windows color (decimal): -7632722 or 11438219. OLE color: 11438219.
HSL color Cylindrical-coordinate representation of color #8B88AE: hue angle of 244.74º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B88AE is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 136 | 174 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.32 |
| HSL | 244.74º | 0.19% | 0.61% | - |
| HSV(B) | 244.74º | 0.22% | 0.68% | - |
| XYZ | 27.09 | 26.15 | 43.66 | - |
| YUV | 141.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 174 | 0.20 | 0.22 | 0 | 0.32 | 244.74 | 0.19 | 0.61 |
| Hex | 8B | 88 | AE | 14 | 16 | 0 | 20 | F5 | 13 | 3D |
| Octal | 213 | 210 | 256 | 24 | 26 | 0 | 40 | 365 | 23 | 75 |
| Binary | 10001011 | 10001000 | 10101110 | 10100 | 10110 | 0 | 100000 | 11110101 | 10011 | 111101 |
Color Harmonies of #8B88AE
Complementary color
Monochromatic Colors of #8B88AE
Black with #8B88AE
Text Example
Text Example
White with #8B88AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B88AE; }
p { color: rgb(139,136,174); }
H1.HeaderClassName
{
color: #8B88AE;
}
.AnyTagClassName
{
color: #8B88AE;
}
</style>
background-color css
<style>
a { background-color: #8B88AE; }
a { background-color: rgb(139,136,174); }
div.DivClassName
{
background-color: #8B88AE;
}
.BgClassName
{
background-color: #8B88AE;
}
</style>
border-color css
<style>
span { border-color: #8B88AE; }
span { border-color: rgb(139,136,174); }
td.TdClassName
{
border-color: #8B88AE;
}
.TagClassName
{
border-color: #8B88AE;
}
</style>