Shades of Grey Suit #8A87AB
Tints of Grey Suit #8A87AB
RGB
CMYK
RGB Variations
Color information
#8A87AB (or 0x8A87AB) is known color: Grey Suit. HEX triplet: 8A, 87 and AB. RGB value is (138,135,171). Sum of RGB (Red+Green+Blue) = 138+135+171=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A87AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A87AB is #757854. Grayscale: #8B8B8B. Windows color (decimal): -7698517 or 11241354. OLE color: 11241354.
HSL color Cylindrical-coordinate representation of color #8A87AB: hue angle of 245º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A87AB is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 135 | 171 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.33 |
| HSL | 245º | 0.18% | 0.6% | - |
| HSV(B) | 245º | 0.21% | 0.67% | - |
| XYZ | 26.5 | 25.67 | 42.09 | - |
| YUV | 140 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 171 | 0.19 | 0.21 | 0 | 0.33 | 245 | 0.18 | 0.6 |
| Hex | 8A | 87 | AB | 13 | 15 | 0 | 21 | F5 | 12 | 3C |
| Octal | 212 | 207 | 253 | 23 | 25 | 0 | 41 | 365 | 22 | 74 |
| Binary | 10001010 | 10000111 | 10101011 | 10011 | 10101 | 0 | 100001 | 11110101 | 10010 | 111100 |
Color Harmonies of #8A87AB
Complementary color
Monochromatic Colors of #8A87AB
Black with #8A87AB
Text Example
Text Example
White with #8A87AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A87AB; }
p { color: rgb(138,135,171); }
H1.HeaderClassName
{
color: #8A87AB;
}
.AnyTagClassName
{
color: #8A87AB;
}
</style>
background-color css
<style>
a { background-color: #8A87AB; }
a { background-color: rgb(138,135,171); }
div.DivClassName
{
background-color: #8A87AB;
}
.BgClassName
{
background-color: #8A87AB;
}
</style>
border-color css
<style>
span { border-color: #8A87AB; }
span { border-color: rgb(138,135,171); }
td.TdClassName
{
border-color: #8A87AB;
}
.TagClassName
{
border-color: #8A87AB;
}
</style>