Shades of Schist #898870
Tints of Schist #898870
RGB
CMYK
RGB Variations
Color information
#898870 (or 0x898870) is known color: Schist. HEX triplet: 89, 88 and 70. RGB value is (137,136,112). Sum of RGB (Red+Green+Blue) = 137+136+112=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #898870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898870 is #76778F. Grayscale: #858585. Windows color (decimal): -7763856 or 7374985. OLE color: 7374985.
HSL color Cylindrical-coordinate representation of color #898870: hue angle of 57.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #898870 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 112 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.46 |
| HSL | 57.6º | 0.1% | 0.49% | - |
| HSV(B) | 57.6º | 0.18% | 0.54% | - |
| XYZ | 22.05 | 24.1 | 18.82 | - |
| YUV | 133.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 112 | 0 | 0.01 | 0.18 | 0.46 | 57.6 | 0.1 | 0.49 |
| Hex | 89 | 88 | 70 | 0 | 1 | 12 | 2E | 3A | A | 31 |
| Octal | 211 | 210 | 160 | 0 | 1 | 22 | 56 | 72 | 12 | 61 |
| Binary | 10001001 | 10001000 | 1110000 | 0 | 1 | 10010 | 101110 | 111010 | 1010 | 110001 |
Color Harmonies of #898870
Complementary color
Monochromatic Colors of #898870
Black with #898870
Text Example
Text Example
White with #898870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898870; }
p { color: rgb(137,136,112); }
H1.HeaderClassName
{
color: #898870;
}
.AnyTagClassName
{
color: #898870;
}
</style>
background-color css
<style>
a { background-color: #898870; }
a { background-color: rgb(137,136,112); }
div.DivClassName
{
background-color: #898870;
}
.BgClassName
{
background-color: #898870;
}
</style>
border-color css
<style>
span { border-color: #898870; }
span { border-color: rgb(137,136,112); }
td.TdClassName
{
border-color: #898870;
}
.TagClassName
{
border-color: #898870;
}
</style>