Shades of Grey Suit #898694
Tints of Grey Suit #898694
RGB
CMYK
RGB Variations
Color information
#898694 (or 0x898694) is known color: Grey Suit. HEX triplet: 89, 86 and 94. RGB value is (137,134,148). Sum of RGB (Red+Green+Blue) = 137+134+148=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 148 - color contains mainly: blue. Hex color #898694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898694 is #76796B. Grayscale: #888888. Windows color (decimal): -7764332 or 9733769. OLE color: 9733769.
HSL color Cylindrical-coordinate representation of color #898694: hue angle of 252.86º 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 #898694 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 134 | 148 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.42 |
| HSL | 252.86º | 0.06% | 0.55% | - |
| HSV(B) | 252.86º | 0.09% | 0.58% | - |
| XYZ | 24.19 | 24.51 | 31.47 | - |
| YUV | 136.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 134 | 148 | 0.07 | 0.09 | 0 | 0.42 | 252.86 | 0.06 | 0.55 |
| Hex | 89 | 86 | 94 | 7 | 9 | 0 | 2A | FD | 6 | 37 |
| Octal | 211 | 206 | 224 | 7 | 11 | 0 | 52 | 375 | 6 | 67 |
| Binary | 10001001 | 10000110 | 10010100 | 111 | 1001 | 0 | 101010 | 11111101 | 110 | 110111 |
Color Harmonies of #898694
Complementary color
Monochromatic Colors of #898694
Black with #898694
Text Example
Text Example
White with #898694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898694; }
p { color: rgb(137,134,148); }
H1.HeaderClassName
{
color: #898694;
}
.AnyTagClassName
{
color: #898694;
}
</style>
background-color css
<style>
a { background-color: #898694; }
a { background-color: rgb(137,134,148); }
div.DivClassName
{
background-color: #898694;
}
.BgClassName
{
background-color: #898694;
}
</style>
border-color css
<style>
span { border-color: #898694; }
span { border-color: rgb(137,134,148); }
td.TdClassName
{
border-color: #898694;
}
.TagClassName
{
border-color: #898694;
}
</style>