Shades of Grey Suit #8A88AB
Tints of Grey Suit #8A88AB
RGB
CMYK
RGB Variations
Color information
#8A88AB (or 0x8A88AB) is known color: Grey Suit. HEX triplet: 8A, 88 and AB. RGB value is (138,136,171). Sum of RGB (Red+Green+Blue) = 138+136+171=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A88AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A88AB is #757754. Grayscale: #8C8C8C. Windows color (decimal): -7698261 or 11241610. OLE color: 11241610.
HSL color Cylindrical-coordinate representation of color #8A88AB: hue angle of 243.43º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A88AB is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 136 | 171 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.33 |
| HSL | 243.43º | 0.17% | 0.6% | - |
| HSV(B) | 243.43º | 0.2% | 0.67% | - |
| XYZ | 26.64 | 25.95 | 42.13 | - |
| YUV | 140.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 171 | 0.19 | 0.20 | 0 | 0.33 | 243.43 | 0.17 | 0.6 |
| Hex | 8A | 88 | AB | 13 | 14 | 0 | 21 | F3 | 11 | 3C |
| Octal | 212 | 210 | 253 | 23 | 24 | 0 | 41 | 363 | 21 | 74 |
| Binary | 10001010 | 10001000 | 10101011 | 10011 | 10100 | 0 | 100001 | 11110011 | 10001 | 111100 |
Color Harmonies of #8A88AB
Complementary color
Monochromatic Colors of #8A88AB
Black with #8A88AB
Text Example
Text Example
White with #8A88AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A88AB; }
p { color: rgb(138,136,171); }
H1.HeaderClassName
{
color: #8A88AB;
}
.AnyTagClassName
{
color: #8A88AB;
}
</style>
background-color css
<style>
a { background-color: #8A88AB; }
a { background-color: rgb(138,136,171); }
div.DivClassName
{
background-color: #8A88AB;
}
.BgClassName
{
background-color: #8A88AB;
}
</style>
border-color css
<style>
span { border-color: #8A88AB; }
span { border-color: rgb(138,136,171); }
td.TdClassName
{
border-color: #8A88AB;
}
.TagClassName
{
border-color: #8A88AB;
}
</style>