Shades of Regent Grey #84898A
Tints of Regent Grey #84898A
RGB
CMYK
RGB Variations
Color information
#84898A (or 0x84898A) is known color: Regent Grey. HEX triplet: 84, 89 and 8A. RGB value is (132,137,138). Sum of RGB (Red+Green+Blue) = 132+137+138=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 138 - color contains mainly: blue. Hex color #84898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84898A is #7B7675. Grayscale: #878787. Windows color (decimal): -8091254 or 9079172. OLE color: 9079172.
HSL color Cylindrical-coordinate representation of color #84898A: hue angle of 190º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #84898A is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 138 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.46 |
| HSL | 190º | 0.03% | 0.53% | - |
| HSV(B) | 190º | 0.04% | 0.54% | - |
| XYZ | 23.05 | 24.63 | 27.58 | - |
| YUV | 135.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 138 | 0.04 | 0.01 | 0 | 0.46 | 190 | 0.03 | 0.53 |
| Hex | 84 | 89 | 8A | 4 | 1 | 0 | 2E | BE | 2 | 35 |
| Octal | 204 | 211 | 212 | 4 | 1 | 0 | 56 | 276 | 2 | 65 |
| Binary | 10000100 | 10001001 | 10001010 | 100 | 1 | 0 | 101110 | 10111110 | 10 | 110101 |
Color Harmonies of #84898A
Complementary color
Monochromatic Colors of #84898A
Black with #84898A
Text Example
Text Example
White with #84898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84898A; }
p { color: rgb(132,137,138); }
H1.HeaderClassName
{
color: #84898A;
}
.AnyTagClassName
{
color: #84898A;
}
</style>
background-color css
<style>
a { background-color: #84898A; }
a { background-color: rgb(132,137,138); }
div.DivClassName
{
background-color: #84898A;
}
.BgClassName
{
background-color: #84898A;
}
</style>
border-color css
<style>
span { border-color: #84898A; }
span { border-color: rgb(132,137,138); }
td.TdClassName
{
border-color: #84898A;
}
.TagClassName
{
border-color: #84898A;
}
</style>