Shades of Grey Suit #8A8799
Tints of Grey Suit #8A8799
RGB
CMYK
RGB Variations
Color information
#8A8799 (or 0x8A8799) is known color: Grey Suit. HEX triplet: 8A, 87 and 99. RGB value is (138,135,153). Sum of RGB (Red+Green+Blue) = 138+135+153=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A8799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8799 is #757866. Grayscale: #898989. Windows color (decimal): -7698535 or 10061706. OLE color: 10061706.
HSL color Cylindrical-coordinate representation of color #8A8799: hue angle of 250º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A8799 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 135 | 153 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.4 |
| HSL | 250º | 0.08% | 0.56% | - |
| HSV(B) | 250º | 0.12% | 0.6% | - |
| XYZ | 24.89 | 25.03 | 33.66 | - |
| YUV | 137.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 153 | 0.10 | 0.12 | 0 | 0.4 | 250 | 0.08 | 0.56 |
| Hex | 8A | 87 | 99 | A | C | 0 | 28 | FA | 8 | 38 |
| Octal | 212 | 207 | 231 | 12 | 14 | 0 | 50 | 372 | 10 | 70 |
| Binary | 10001010 | 10000111 | 10011001 | 1010 | 1100 | 0 | 101000 | 11111010 | 1000 | 111000 |
Color Harmonies of #8A8799
Complementary color
Monochromatic Colors of #8A8799
Black with #8A8799
Text Example
Text Example
White with #8A8799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8799; }
p { color: rgb(138,135,153); }
H1.HeaderClassName
{
color: #8A8799;
}
.AnyTagClassName
{
color: #8A8799;
}
</style>
background-color css
<style>
a { background-color: #8A8799; }
a { background-color: rgb(138,135,153); }
div.DivClassName
{
background-color: #8A8799;
}
.BgClassName
{
background-color: #8A8799;
}
</style>
border-color css
<style>
span { border-color: #8A8799; }
span { border-color: rgb(138,135,153); }
td.TdClassName
{
border-color: #8A8799;
}
.TagClassName
{
border-color: #8A8799;
}
</style>