Shades of Regent Grey #828B8D
Tints of Regent Grey #828B8D
RGB
CMYK
RGB Variations
Color information
#828B8D (or 0x828B8D) is known color: Regent Grey. HEX triplet: 82, 8B and 8D. RGB value is (130,139,141). Sum of RGB (Red+Green+Blue) = 130+139+141=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 141 - color contains mainly: blue. Hex color #828B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828B8D is #7D7472. Grayscale: #888888. Windows color (decimal): -8221811 or 9276290. OLE color: 9276290.
HSL color Cylindrical-coordinate representation of color #828B8D: hue angle of 190.91º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #828B8D is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 141 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.45 |
| HSL | 190.91º | 0.05% | 0.53% | - |
| HSV(B) | 190.91º | 0.08% | 0.55% | - |
| XYZ | 23.25 | 25.13 | 28.83 | - |
| YUV | 136.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 141 | 0.08 | 0.01 | 0 | 0.45 | 190.91 | 0.05 | 0.53 |
| Hex | 82 | 8B | 8D | 8 | 1 | 0 | 2D | BF | 5 | 35 |
| Octal | 202 | 213 | 215 | 10 | 1 | 0 | 55 | 277 | 5 | 65 |
| Binary | 10000010 | 10001011 | 10001101 | 1000 | 1 | 0 | 101101 | 10111111 | 101 | 110101 |
Color Harmonies of #828B8D
Complementary color
Monochromatic Colors of #828B8D
Black with #828B8D
Text Example
Text Example
White with #828B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B8D; }
p { color: rgb(130,139,141); }
H1.HeaderClassName
{
color: #828B8D;
}
.AnyTagClassName
{
color: #828B8D;
}
</style>
background-color css
<style>
a { background-color: #828B8D; }
a { background-color: rgb(130,139,141); }
div.DivClassName
{
background-color: #828B8D;
}
.BgClassName
{
background-color: #828B8D;
}
</style>
border-color css
<style>
span { border-color: #828B8D; }
span { border-color: rgb(130,139,141); }
td.TdClassName
{
border-color: #828B8D;
}
.TagClassName
{
border-color: #828B8D;
}
</style>