Shades of Grey Suit #8A898F
Tints of Grey Suit #8A898F
RGB
CMYK
RGB Variations
Color information
#8A898F (or 0x8A898F) is known color: Grey Suit. HEX triplet: 8A, 89 and 8F. RGB value is (138,137,143). Sum of RGB (Red+Green+Blue) = 138+137+143=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 143 - color contains mainly: blue. Hex color #8A898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A898F is #757670. Grayscale: #898989. Windows color (decimal): -7698033 or 9406858. OLE color: 9406858.
HSL color Cylindrical-coordinate representation of color #8A898F: hue angle of 250º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8A898F is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 137 | 143 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.44 |
| HSL | 250º | 0.03% | 0.55% | - |
| HSV(B) | 250º | 0.04% | 0.56% | - |
| XYZ | 24.38 | 25.28 | 29.58 | - |
| YUV | 137.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 143 | 0.03 | 0.04 | 0 | 0.44 | 250 | 0.03 | 0.55 |
| Hex | 8A | 89 | 8F | 3 | 4 | 0 | 2C | FA | 3 | 37 |
| Octal | 212 | 211 | 217 | 3 | 4 | 0 | 54 | 372 | 3 | 67 |
| Binary | 10001010 | 10001001 | 10001111 | 11 | 100 | 0 | 101100 | 11111010 | 11 | 110111 |
Color Harmonies of #8A898F
Complementary color
Monochromatic Colors of #8A898F
Black with #8A898F
Text Example
Text Example
White with #8A898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A898F; }
p { color: rgb(138,137,143); }
H1.HeaderClassName
{
color: #8A898F;
}
.AnyTagClassName
{
color: #8A898F;
}
</style>
background-color css
<style>
a { background-color: #8A898F; }
a { background-color: rgb(138,137,143); }
div.DivClassName
{
background-color: #8A898F;
}
.BgClassName
{
background-color: #8A898F;
}
</style>
border-color css
<style>
span { border-color: #8A898F; }
span { border-color: rgb(138,137,143); }
td.TdClassName
{
border-color: #8A898F;
}
.TagClassName
{
border-color: #8A898F;
}
</style>