Shades of Grey Suit #8A8896
Tints of Grey Suit #8A8896
RGB
CMYK
RGB Variations
Color information
#8A8896 (or 0x8A8896) is known color: Grey Suit. HEX triplet: 8A, 88 and 96. RGB value is (138,136,150). Sum of RGB (Red+Green+Blue) = 138+136+150=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A8896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8896 is #757769. Grayscale: #8A8A8A. Windows color (decimal): -7698282 or 9865354. OLE color: 9865354.
HSL color Cylindrical-coordinate representation of color #8A8896: hue angle of 248.57º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A8896 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 136 | 150 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.41 |
| HSL | 248.57º | 0.06% | 0.56% | - |
| HSV(B) | 248.57º | 0.09% | 0.59% | - |
| XYZ | 24.79 | 25.21 | 32.41 | - |
| YUV | 138.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 150 | 0.08 | 0.09 | 0 | 0.41 | 248.57 | 0.06 | 0.56 |
| Hex | 8A | 88 | 96 | 8 | 9 | 0 | 29 | F9 | 6 | 38 |
| Octal | 212 | 210 | 226 | 10 | 11 | 0 | 51 | 371 | 6 | 70 |
| Binary | 10001010 | 10001000 | 10010110 | 1000 | 1001 | 0 | 101001 | 11111001 | 110 | 111000 |
Color Harmonies of #8A8896
Complementary color
Monochromatic Colors of #8A8896
Black with #8A8896
Text Example
Text Example
White with #8A8896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8896; }
p { color: rgb(138,136,150); }
H1.HeaderClassName
{
color: #8A8896;
}
.AnyTagClassName
{
color: #8A8896;
}
</style>
background-color css
<style>
a { background-color: #8A8896; }
a { background-color: rgb(138,136,150); }
div.DivClassName
{
background-color: #8A8896;
}
.BgClassName
{
background-color: #8A8896;
}
</style>
border-color css
<style>
span { border-color: #8A8896; }
span { border-color: rgb(138,136,150); }
td.TdClassName
{
border-color: #8A8896;
}
.TagClassName
{
border-color: #8A8896;
}
</style>