Shades of Regent Grey #898E8F
Tints of Regent Grey #898E8F
RGB
CMYK
RGB Variations
Color information
#898E8F (or 0x898E8F) is known color: Regent Grey. HEX triplet: 89, 8E and 8F. RGB value is (137,142,143). Sum of RGB (Red+Green+Blue) = 137+142+143=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 143 - color contains mainly: blue. Hex color #898E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898E8F is #767170. Grayscale: #8C8C8C. Windows color (decimal): -7762289 or 9408137. OLE color: 9408137.
HSL color Cylindrical-coordinate representation of color #898E8F: hue angle of 190º 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 #898E8F is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 142 | 143 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.44 |
| HSL | 190º | 0.03% | 0.55% | - |
| HSV(B) | 190º | 0.04% | 0.56% | - |
| XYZ | 24.95 | 26.65 | 29.82 | - |
| YUV | 140.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 143 | 0.04 | 0.01 | 0 | 0.44 | 190 | 0.03 | 0.55 |
| Hex | 89 | 8E | 8F | 4 | 1 | 0 | 2C | BE | 3 | 37 |
| Octal | 211 | 216 | 217 | 4 | 1 | 0 | 54 | 276 | 3 | 67 |
| Binary | 10001001 | 10001110 | 10001111 | 100 | 1 | 0 | 101100 | 10111110 | 11 | 110111 |
Color Harmonies of #898E8F
Complementary color
Monochromatic Colors of #898E8F
Black with #898E8F
Text Example
Text Example
White with #898E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898E8F; }
p { color: rgb(137,142,143); }
H1.HeaderClassName
{
color: #898E8F;
}
.AnyTagClassName
{
color: #898E8F;
}
</style>
background-color css
<style>
a { background-color: #898E8F; }
a { background-color: rgb(137,142,143); }
div.DivClassName
{
background-color: #898E8F;
}
.BgClassName
{
background-color: #898E8F;
}
</style>
border-color css
<style>
span { border-color: #898E8F; }
span { border-color: rgb(137,142,143); }
td.TdClassName
{
border-color: #898E8F;
}
.TagClassName
{
border-color: #898E8F;
}
</style>