Shades of Regent Grey #829195
Tints of Regent Grey #829195
RGB
CMYK
RGB Variations
Color information
#829195 (or 0x829195) is known color: Regent Grey. HEX triplet: 82, 91 and 95. RGB value is (130,145,149). Sum of RGB (Red+Green+Blue) = 130+145+149=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 149 - color contains mainly: blue. Hex color #829195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829195 is #7D6E6A. Grayscale: #8C8C8C. Windows color (decimal): -8220267 or 9802114. OLE color: 9802114.
HSL color Cylindrical-coordinate representation of color #829195: hue angle of 192.63º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #829195 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 145 | 149 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.42 |
| HSL | 192.63º | 0.08% | 0.55% | - |
| HSV(B) | 192.63º | 0.13% | 0.58% | - |
| XYZ | 24.76 | 27.17 | 32.37 | - |
| YUV | 140.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 149 | 0.13 | 0.03 | 0 | 0.42 | 192.63 | 0.08 | 0.55 |
| Hex | 82 | 91 | 95 | D | 3 | 0 | 2A | C1 | 8 | 37 |
| Octal | 202 | 221 | 225 | 15 | 3 | 0 | 52 | 301 | 10 | 67 |
| Binary | 10000010 | 10010001 | 10010101 | 1101 | 11 | 0 | 101010 | 11000001 | 1000 | 110111 |
Color Harmonies of #829195
Complementary color
Monochromatic Colors of #829195
Black with #829195
Text Example
Text Example
White with #829195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829195; }
p { color: rgb(130,145,149); }
H1.HeaderClassName
{
color: #829195;
}
.AnyTagClassName
{
color: #829195;
}
</style>
background-color css
<style>
a { background-color: #829195; }
a { background-color: rgb(130,145,149); }
div.DivClassName
{
background-color: #829195;
}
.BgClassName
{
background-color: #829195;
}
</style>
border-color css
<style>
span { border-color: #829195; }
span { border-color: rgb(130,145,149); }
td.TdClassName
{
border-color: #829195;
}
.TagClassName
{
border-color: #829195;
}
</style>