Shades of Grey Suit #8A8798
Tints of Grey Suit #8A8798
RGB
CMYK
RGB Variations
Color information
#8A8798 (or 0x8A8798) is known color: Grey Suit. HEX triplet: 8A, 87 and 98. RGB value is (138,135,152). Sum of RGB (Red+Green+Blue) = 138+135+152=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A8798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8798 is #757867. Grayscale: #898989. Windows color (decimal): -7698536 or 9996170. OLE color: 9996170.
HSL color Cylindrical-coordinate representation of color #8A8798: hue angle of 250.59º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A8798 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 135 | 152 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.40 |
| HSL | 250.59º | 0.08% | 0.56% | - |
| HSV(B) | 250.59º | 0.11% | 0.6% | - |
| XYZ | 24.81 | 25 | 33.22 | - |
| YUV | 137.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 152 | 0.09 | 0.11 | 0 | 0.40 | 250.59 | 0.08 | 0.56 |
| Hex | 8A | 87 | 98 | 9 | B | 0 | 28 | FB | 8 | 38 |
| Octal | 212 | 207 | 230 | 11 | 13 | 0 | 50 | 373 | 10 | 70 |
| Binary | 10001010 | 10000111 | 10011000 | 1001 | 1011 | 0 | 101000 | 11111011 | 1000 | 111000 |
Color Harmonies of #8A8798
Complementary color
Monochromatic Colors of #8A8798
Black with #8A8798
Text Example
Text Example
White with #8A8798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8798; }
p { color: rgb(138,135,152); }
H1.HeaderClassName
{
color: #8A8798;
}
.AnyTagClassName
{
color: #8A8798;
}
</style>
background-color css
<style>
a { background-color: #8A8798; }
a { background-color: rgb(138,135,152); }
div.DivClassName
{
background-color: #8A8798;
}
.BgClassName
{
background-color: #8A8798;
}
</style>
border-color css
<style>
span { border-color: #8A8798; }
span { border-color: rgb(138,135,152); }
td.TdClassName
{
border-color: #8A8798;
}
.TagClassName
{
border-color: #8A8798;
}
</style>