Shades of Grey Suit #8A8795
Tints of Grey Suit #8A8795
RGB
CMYK
RGB Variations
Color information
#8A8795 (or 0x8A8795) is known color: Grey Suit. HEX triplet: 8A, 87 and 95. RGB value is (138,135,149). Sum of RGB (Red+Green+Blue) = 138+135+149=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A8795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8795 is #75786A. Grayscale: #898989. Windows color (decimal): -7698539 or 9799562. OLE color: 9799562.
HSL color Cylindrical-coordinate representation of color #8A8795: hue angle of 252.86º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A8795 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 135 | 149 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.42 |
| HSL | 252.86º | 0.06% | 0.56% | - |
| HSV(B) | 252.86º | 0.09% | 0.58% | - |
| XYZ | 24.57 | 24.9 | 31.95 | - |
| YUV | 137.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 149 | 0.07 | 0.09 | 0 | 0.42 | 252.86 | 0.06 | 0.56 |
| Hex | 8A | 87 | 95 | 7 | 9 | 0 | 2A | FD | 6 | 38 |
| Octal | 212 | 207 | 225 | 7 | 11 | 0 | 52 | 375 | 6 | 70 |
| Binary | 10001010 | 10000111 | 10010101 | 111 | 1001 | 0 | 101010 | 11111101 | 110 | 111000 |
Color Harmonies of #8A8795
Complementary color
Monochromatic Colors of #8A8795
Black with #8A8795
Text Example
Text Example
White with #8A8795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8795; }
p { color: rgb(138,135,149); }
H1.HeaderClassName
{
color: #8A8795;
}
.AnyTagClassName
{
color: #8A8795;
}
</style>
background-color css
<style>
a { background-color: #8A8795; }
a { background-color: rgb(138,135,149); }
div.DivClassName
{
background-color: #8A8795;
}
.BgClassName
{
background-color: #8A8795;
}
</style>
border-color css
<style>
span { border-color: #8A8795; }
span { border-color: rgb(138,135,149); }
td.TdClassName
{
border-color: #8A8795;
}
.TagClassName
{
border-color: #8A8795;
}
</style>