Shades of Regent Grey #828C8E
Tints of Regent Grey #828C8E
RGB
CMYK
RGB Variations
Color information
#828C8E (or 0x828C8E) is known color: Regent Grey. HEX triplet: 82, 8C and 8E. RGB value is (130,140,142). Sum of RGB (Red+Green+Blue) = 130+140+142=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 142 - color contains mainly: blue. Hex color #828C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828C8E is #7D7371. Grayscale: #898989. Windows color (decimal): -8221554 or 9342082. OLE color: 9342082.
HSL color Cylindrical-coordinate representation of color #828C8E: hue angle of 190º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #828C8E is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 140 | 142 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.44 |
| HSL | 190º | 0.05% | 0.53% | - |
| HSV(B) | 190º | 0.08% | 0.56% | - |
| XYZ | 23.47 | 25.45 | 29.27 | - |
| YUV | 137.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 142 | 0.08 | 0.01 | 0 | 0.44 | 190 | 0.05 | 0.53 |
| Hex | 82 | 8C | 8E | 8 | 1 | 0 | 2C | BE | 5 | 35 |
| Octal | 202 | 214 | 216 | 10 | 1 | 0 | 54 | 276 | 5 | 65 |
| Binary | 10000010 | 10001100 | 10001110 | 1000 | 1 | 0 | 101100 | 10111110 | 101 | 110101 |
Color Harmonies of #828C8E
Complementary color
Monochromatic Colors of #828C8E
Black with #828C8E
Text Example
Text Example
White with #828C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C8E; }
p { color: rgb(130,140,142); }
H1.HeaderClassName
{
color: #828C8E;
}
.AnyTagClassName
{
color: #828C8E;
}
</style>
background-color css
<style>
a { background-color: #828C8E; }
a { background-color: rgb(130,140,142); }
div.DivClassName
{
background-color: #828C8E;
}
.BgClassName
{
background-color: #828C8E;
}
</style>
border-color css
<style>
span { border-color: #828C8E; }
span { border-color: rgb(130,140,142); }
td.TdClassName
{
border-color: #828C8E;
}
.TagClassName
{
border-color: #828C8E;
}
</style>