Shades of Regent Grey #828F91
Tints of Regent Grey #828F91
RGB
CMYK
RGB Variations
Color information
#828F91 (or 0x828F91) is known color: Regent Grey. HEX triplet: 82, 8F and 91. RGB value is (130,143,145). Sum of RGB (Red+Green+Blue) = 130+143+145=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 145 - color contains mainly: blue. Hex color #828F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F91 is #7D706E. Grayscale: #8B8B8B. Windows color (decimal): -8220783 or 9539458. OLE color: 9539458.
HSL color Cylindrical-coordinate representation of color #828F91: hue angle of 188º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #828F91 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 143 | 145 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.43 |
| HSL | 188º | 0.06% | 0.54% | - |
| HSV(B) | 188º | 0.1% | 0.57% | - |
| XYZ | 24.14 | 26.44 | 30.62 | - |
| YUV | 139.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 145 | 0.10 | 0.01 | 0 | 0.43 | 188 | 0.06 | 0.54 |
| Hex | 82 | 8F | 91 | A | 1 | 0 | 2B | BC | 6 | 36 |
| Octal | 202 | 217 | 221 | 12 | 1 | 0 | 53 | 274 | 6 | 66 |
| Binary | 10000010 | 10001111 | 10010001 | 1010 | 1 | 0 | 101011 | 10111100 | 110 | 110110 |
Color Harmonies of #828F91
Complementary color
Monochromatic Colors of #828F91
Black with #828F91
Text Example
Text Example
White with #828F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F91; }
p { color: rgb(130,143,145); }
H1.HeaderClassName
{
color: #828F91;
}
.AnyTagClassName
{
color: #828F91;
}
</style>
background-color css
<style>
a { background-color: #828F91; }
a { background-color: rgb(130,143,145); }
div.DivClassName
{
background-color: #828F91;
}
.BgClassName
{
background-color: #828F91;
}
</style>
border-color css
<style>
span { border-color: #828F91; }
span { border-color: rgb(130,143,145); }
td.TdClassName
{
border-color: #828F91;
}
.TagClassName
{
border-color: #828F91;
}
</style>