Shades of Grey Suit #898794
Tints of Grey Suit #898794
RGB
CMYK
RGB Variations
Color information
#898794 (or 0x898794) is known color: Grey Suit. HEX triplet: 89, 87 and 94. RGB value is (137,135,148). Sum of RGB (Red+Green+Blue) = 137+135+148=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 148 - color contains mainly: blue. Hex color #898794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898794 is #76786B. Grayscale: #898989. Windows color (decimal): -7764076 or 9734025. OLE color: 9734025.
HSL color Cylindrical-coordinate representation of color #898794: hue angle of 249.23º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #898794 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 135 | 148 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.42 |
| HSL | 249.23º | 0.06% | 0.55% | - |
| HSV(B) | 249.23º | 0.09% | 0.58% | - |
| XYZ | 24.33 | 24.78 | 31.52 | - |
| YUV | 137.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 148 | 0.07 | 0.09 | 0 | 0.42 | 249.23 | 0.06 | 0.55 |
| Hex | 89 | 87 | 94 | 7 | 9 | 0 | 2A | F9 | 6 | 37 |
| Octal | 211 | 207 | 224 | 7 | 11 | 0 | 52 | 371 | 6 | 67 |
| Binary | 10001001 | 10000111 | 10010100 | 111 | 1001 | 0 | 101010 | 11111001 | 110 | 110111 |
Color Harmonies of #898794
Complementary color
Monochromatic Colors of #898794
Black with #898794
Text Example
Text Example
White with #898794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898794; }
p { color: rgb(137,135,148); }
H1.HeaderClassName
{
color: #898794;
}
.AnyTagClassName
{
color: #898794;
}
</style>
background-color css
<style>
a { background-color: #898794; }
a { background-color: rgb(137,135,148); }
div.DivClassName
{
background-color: #898794;
}
.BgClassName
{
background-color: #898794;
}
</style>
border-color css
<style>
span { border-color: #898794; }
span { border-color: rgb(137,135,148); }
td.TdClassName
{
border-color: #898794;
}
.TagClassName
{
border-color: #898794;
}
</style>