Shades of Grey Suit #8A8697
Tints of Grey Suit #8A8697
RGB
CMYK
RGB Variations
Color information
#8A8697 (or 0x8A8697) is known color: Grey Suit. HEX triplet: 8A, 86 and 97. RGB value is (138,134,151). Sum of RGB (Red+Green+Blue) = 138+134+151=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 151 - color contains mainly: blue. Hex color #8A8697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8697 is #757968. Grayscale: #898989. Windows color (decimal): -7698793 or 9930378. OLE color: 9930378.
HSL color Cylindrical-coordinate representation of color #8A8697: hue angle of 254.12º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A8697 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 134 | 151 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.41 |
| HSL | 254.12º | 0.08% | 0.56% | - |
| HSV(B) | 254.12º | 0.11% | 0.59% | - |
| XYZ | 24.59 | 24.69 | 32.75 | - |
| YUV | 137.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 151 | 0.09 | 0.11 | 0 | 0.41 | 254.12 | 0.08 | 0.56 |
| Hex | 8A | 86 | 97 | 9 | B | 0 | 29 | FE | 8 | 38 |
| Octal | 212 | 206 | 227 | 11 | 13 | 0 | 51 | 376 | 10 | 70 |
| Binary | 10001010 | 10000110 | 10010111 | 1001 | 1011 | 0 | 101001 | 11111110 | 1000 | 111000 |
Color Harmonies of #8A8697
Complementary color
Monochromatic Colors of #8A8697
Black with #8A8697
Text Example
Text Example
White with #8A8697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8697; }
p { color: rgb(138,134,151); }
H1.HeaderClassName
{
color: #8A8697;
}
.AnyTagClassName
{
color: #8A8697;
}
</style>
background-color css
<style>
a { background-color: #8A8697; }
a { background-color: rgb(138,134,151); }
div.DivClassName
{
background-color: #8A8697;
}
.BgClassName
{
background-color: #8A8697;
}
</style>
border-color css
<style>
span { border-color: #8A8697; }
span { border-color: rgb(138,134,151); }
td.TdClassName
{
border-color: #8A8697;
}
.TagClassName
{
border-color: #8A8697;
}
</style>