Shades of Grey Suit #8A8599
Tints of Grey Suit #8A8599
RGB
CMYK
RGB Variations
Color information
#8A8599 (or 0x8A8599) is known color: Grey Suit. HEX triplet: 8A, 85 and 99. RGB value is (138,133,153). Sum of RGB (Red+Green+Blue) = 138+133+153=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A8599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8599 is #757A66. Grayscale: #888888. Windows color (decimal): -7699047 or 10061194. OLE color: 10061194.
HSL color Cylindrical-coordinate representation of color #8A8599: hue angle of 255º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A8599 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 133 | 153 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.4 |
| HSL | 255º | 0.09% | 0.56% | - |
| HSV(B) | 255º | 0.13% | 0.6% | - |
| XYZ | 24.62 | 24.48 | 33.56 | - |
| YUV | 136.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 153 | 0.10 | 0.13 | 0 | 0.4 | 255 | 0.09 | 0.56 |
| Hex | 8A | 85 | 99 | A | D | 0 | 28 | FF | 9 | 38 |
| Octal | 212 | 205 | 231 | 12 | 15 | 0 | 50 | 377 | 11 | 70 |
| Binary | 10001010 | 10000101 | 10011001 | 1010 | 1101 | 0 | 101000 | 11111111 | 1001 | 111000 |
Color Harmonies of #8A8599
Complementary color
Monochromatic Colors of #8A8599
Black with #8A8599
Text Example
Text Example
White with #8A8599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8599; }
p { color: rgb(138,133,153); }
H1.HeaderClassName
{
color: #8A8599;
}
.AnyTagClassName
{
color: #8A8599;
}
</style>
background-color css
<style>
a { background-color: #8A8599; }
a { background-color: rgb(138,133,153); }
div.DivClassName
{
background-color: #8A8599;
}
.BgClassName
{
background-color: #8A8599;
}
</style>
border-color css
<style>
span { border-color: #8A8599; }
span { border-color: rgb(138,133,153); }
td.TdClassName
{
border-color: #8A8599;
}
.TagClassName
{
border-color: #8A8599;
}
</style>