Shades of Regent Grey #82898B
Tints of Regent Grey #82898B
RGB
CMYK
RGB Variations
Color information
#82898B (or 0x82898B) is known color: Regent Grey. HEX triplet: 82, 89 and 8B. RGB value is (130,137,139). Sum of RGB (Red+Green+Blue) = 130+137+139=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 139 - color contains mainly: blue. Hex color #82898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82898B is #7D7674. Grayscale: #878787. Windows color (decimal): -8222325 or 9144706. OLE color: 9144706.
HSL color Cylindrical-coordinate representation of color #82898B: hue angle of 193.33º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #82898B is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 137 | 139 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.45 |
| HSL | 193.33º | 0.04% | 0.53% | - |
| HSV(B) | 193.33º | 0.06% | 0.55% | - |
| XYZ | 22.81 | 24.5 | 27.95 | - |
| YUV | 135.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 139 | 0.06 | 0.01 | 0 | 0.45 | 193.33 | 0.04 | 0.53 |
| Hex | 82 | 89 | 8B | 6 | 1 | 0 | 2D | C1 | 4 | 35 |
| Octal | 202 | 211 | 213 | 6 | 1 | 0 | 55 | 301 | 4 | 65 |
| Binary | 10000010 | 10001001 | 10001011 | 110 | 1 | 0 | 101101 | 11000001 | 100 | 110101 |
Color Harmonies of #82898B
Complementary color
Monochromatic Colors of #82898B
Black with #82898B
Text Example
Text Example
White with #82898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82898B; }
p { color: rgb(130,137,139); }
H1.HeaderClassName
{
color: #82898B;
}
.AnyTagClassName
{
color: #82898B;
}
</style>
background-color css
<style>
a { background-color: #82898B; }
a { background-color: rgb(130,137,139); }
div.DivClassName
{
background-color: #82898B;
}
.BgClassName
{
background-color: #82898B;
}
</style>
border-color css
<style>
span { border-color: #82898B; }
span { border-color: rgb(130,137,139); }
td.TdClassName
{
border-color: #82898B;
}
.TagClassName
{
border-color: #82898B;
}
</style>