Shades of Regent Grey #828F93
Tints of Regent Grey #828F93
RGB
CMYK
RGB Variations
Color information
#828F93 (or 0x828F93) is known color: Regent Grey. HEX triplet: 82, 8F and 93. RGB value is (130,143,147). Sum of RGB (Red+Green+Blue) = 130+143+147=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 147 - color contains mainly: blue. Hex color #828F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F93 is #7D706C. Grayscale: #8B8B8B. Windows color (decimal): -8220781 or 9670530. OLE color: 9670530.
HSL color Cylindrical-coordinate representation of color #828F93: hue angle of 194.12º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828F93 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 143 | 147 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.42 |
| HSL | 194.12º | 0.07% | 0.54% | - |
| HSV(B) | 194.12º | 0.12% | 0.58% | - |
| XYZ | 24.29 | 26.5 | 31.44 | - |
| YUV | 139.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 147 | 0.12 | 0.03 | 0 | 0.42 | 194.12 | 0.07 | 0.54 |
| Hex | 82 | 8F | 93 | C | 3 | 0 | 2A | C2 | 7 | 36 |
| Octal | 202 | 217 | 223 | 14 | 3 | 0 | 52 | 302 | 7 | 66 |
| Binary | 10000010 | 10001111 | 10010011 | 1100 | 11 | 0 | 101010 | 11000010 | 111 | 110110 |
Color Harmonies of #828F93
Complementary color
Monochromatic Colors of #828F93
Black with #828F93
Text Example
Text Example
White with #828F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F93; }
p { color: rgb(130,143,147); }
H1.HeaderClassName
{
color: #828F93;
}
.AnyTagClassName
{
color: #828F93;
}
</style>
background-color css
<style>
a { background-color: #828F93; }
a { background-color: rgb(130,143,147); }
div.DivClassName
{
background-color: #828F93;
}
.BgClassName
{
background-color: #828F93;
}
</style>
border-color css
<style>
span { border-color: #828F93; }
span { border-color: rgb(130,143,147); }
td.TdClassName
{
border-color: #828F93;
}
.TagClassName
{
border-color: #828F93;
}
</style>