Shades of Grey Suit #8A86A2
Tints of Grey Suit #8A86A2
RGB
CMYK
RGB Variations
Color information
#8A86A2 (or 0x8A86A2) is known color: Grey Suit. HEX triplet: 8A, 86 and A2. RGB value is (138,134,162). Sum of RGB (Red+Green+Blue) = 138+134+162=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 162 - color contains mainly: blue. Hex color #8A86A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A86A2 is #75795D. Grayscale: #8A8A8A. Windows color (decimal): -7698782 or 10651274. OLE color: 10651274.
HSL color Cylindrical-coordinate representation of color #8A86A2: hue angle of 248.57º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A86A2 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 134 | 162 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.36 |
| HSL | 248.57º | 0.13% | 0.58% | - |
| HSV(B) | 248.57º | 0.17% | 0.64% | - |
| XYZ | 25.53 | 25.06 | 37.67 | - |
| YUV | 138.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 162 | 0.15 | 0.17 | 0 | 0.36 | 248.57 | 0.13 | 0.58 |
| Hex | 8A | 86 | A2 | F | 11 | 0 | 24 | F9 | D | 3A |
| Octal | 212 | 206 | 242 | 17 | 21 | 0 | 44 | 371 | 15 | 72 |
| Binary | 10001010 | 10000110 | 10100010 | 1111 | 10001 | 0 | 100100 | 11111001 | 1101 | 111010 |
Color Harmonies of #8A86A2
Complementary color
Monochromatic Colors of #8A86A2
Black with #8A86A2
Text Example
Text Example
White with #8A86A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A86A2; }
p { color: rgb(138,134,162); }
H1.HeaderClassName
{
color: #8A86A2;
}
.AnyTagClassName
{
color: #8A86A2;
}
</style>
background-color css
<style>
a { background-color: #8A86A2; }
a { background-color: rgb(138,134,162); }
div.DivClassName
{
background-color: #8A86A2;
}
.BgClassName
{
background-color: #8A86A2;
}
</style>
border-color css
<style>
span { border-color: #8A86A2; }
span { border-color: rgb(138,134,162); }
td.TdClassName
{
border-color: #8A86A2;
}
.TagClassName
{
border-color: #8A86A2;
}
</style>