Shades of Regent Grey #81898B
Tints of Regent Grey #81898B
RGB
CMYK
RGB Variations
Color information
#81898B (or 0x81898B) is known color: Regent Grey. HEX triplet: 81, 89 and 8B. RGB value is (129,137,139). Sum of RGB (Red+Green+Blue) = 129+137+139=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 139 - color contains mainly: blue. Hex color #81898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81898B is #7E7674. Grayscale: #868686. Windows color (decimal): -8287861 or 9144705. OLE color: 9144705.
HSL color Cylindrical-coordinate representation of color #81898B: hue angle of 192º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #81898B is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 137 | 139 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.45 |
| HSL | 192º | 0.04% | 0.53% | - |
| HSV(B) | 192º | 0.07% | 0.55% | - |
| XYZ | 22.66 | 24.42 | 27.95 | - |
| YUV | 134.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 139 | 0.07 | 0.01 | 0 | 0.45 | 192 | 0.04 | 0.53 |
| Hex | 81 | 89 | 8B | 7 | 1 | 0 | 2D | C0 | 4 | 35 |
| Octal | 201 | 211 | 213 | 7 | 1 | 0 | 55 | 300 | 4 | 65 |
| Binary | 10000001 | 10001001 | 10001011 | 111 | 1 | 0 | 101101 | 11000000 | 100 | 110101 |
Color Harmonies of #81898B
Complementary color
Monochromatic Colors of #81898B
Black with #81898B
Text Example
Text Example
White with #81898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81898B; }
p { color: rgb(129,137,139); }
H1.HeaderClassName
{
color: #81898B;
}
.AnyTagClassName
{
color: #81898B;
}
</style>
background-color css
<style>
a { background-color: #81898B; }
a { background-color: rgb(129,137,139); }
div.DivClassName
{
background-color: #81898B;
}
.BgClassName
{
background-color: #81898B;
}
</style>
border-color css
<style>
span { border-color: #81898B; }
span { border-color: rgb(129,137,139); }
td.TdClassName
{
border-color: #81898B;
}
.TagClassName
{
border-color: #81898B;
}
</style>