Shades of Grey Suit #8A86AA
Tints of Grey Suit #8A86AA
RGB
CMYK
RGB Variations
Color information
#8A86AA (or 0x8A86AA) is known color: Grey Suit. HEX triplet: 8A, 86 and AA. RGB value is (138,134,170). Sum of RGB (Red+Green+Blue) = 138+134+170=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A86AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A86AA is #757955. Grayscale: #8B8B8B. Windows color (decimal): -7698774 or 11175562. OLE color: 11175562.
HSL color Cylindrical-coordinate representation of color #8A86AA: hue angle of 246.67º degrees, saturation: 0.17, 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 #8A86AA is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 134 | 170 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.33 |
| HSL | 246.67º | 0.17% | 0.6% | - |
| HSV(B) | 246.67º | 0.21% | 0.67% | - |
| XYZ | 26.26 | 25.36 | 41.54 | - |
| YUV | 139.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 170 | 0.19 | 0.21 | 0 | 0.33 | 246.67 | 0.17 | 0.6 |
| Hex | 8A | 86 | AA | 13 | 15 | 0 | 21 | F7 | 11 | 3C |
| Octal | 212 | 206 | 252 | 23 | 25 | 0 | 41 | 367 | 21 | 74 |
| Binary | 10001010 | 10000110 | 10101010 | 10011 | 10101 | 0 | 100001 | 11110111 | 10001 | 111100 |
Color Harmonies of #8A86AA
Complementary color
Monochromatic Colors of #8A86AA
Black with #8A86AA
Text Example
Text Example
White with #8A86AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A86AA; }
p { color: rgb(138,134,170); }
H1.HeaderClassName
{
color: #8A86AA;
}
.AnyTagClassName
{
color: #8A86AA;
}
</style>
background-color css
<style>
a { background-color: #8A86AA; }
a { background-color: rgb(138,134,170); }
div.DivClassName
{
background-color: #8A86AA;
}
.BgClassName
{
background-color: #8A86AA;
}
</style>
border-color css
<style>
span { border-color: #8A86AA; }
span { border-color: rgb(138,134,170); }
td.TdClassName
{
border-color: #8A86AA;
}
.TagClassName
{
border-color: #8A86AA;
}
</style>