Shades of Regent Grey #798890
Tints of Regent Grey #798890
RGB
CMYK
RGB Variations
Color information
#798890 (or 0x798890) is known color: Regent Grey. HEX triplet: 79, 88 and 90. RGB value is (121,136,144). Sum of RGB (Red+Green+Blue) = 121+136+144=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 144 - color contains mainly: blue. Hex color #798890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798890 is #86776F. Grayscale: #848484. Windows color (decimal): -8812400 or 9472121. OLE color: 9472121.
HSL color Cylindrical-coordinate representation of color #798890: hue angle of 200.87º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #798890 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 136 | 144 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.44 |
| HSL | 200.87º | 0.09% | 0.52% | - |
| HSV(B) | 200.87º | 0.16% | 0.56% | - |
| XYZ | 21.72 | 23.69 | 29.81 | - |
| YUV | 132.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 136 | 144 | 0.16 | 0.06 | 0 | 0.44 | 200.87 | 0.09 | 0.52 |
| Hex | 79 | 88 | 90 | 10 | 6 | 0 | 2C | C9 | 9 | 34 |
| Octal | 171 | 210 | 220 | 20 | 6 | 0 | 54 | 311 | 11 | 64 |
| Binary | 1111001 | 10001000 | 10010000 | 10000 | 110 | 0 | 101100 | 11001001 | 1001 | 110100 |
Color Harmonies of #798890
Complementary color
Monochromatic Colors of #798890
Black with #798890
Text Example
Text Example
White with #798890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798890; }
p { color: rgb(121,136,144); }
H1.HeaderClassName
{
color: #798890;
}
.AnyTagClassName
{
color: #798890;
}
</style>
background-color css
<style>
a { background-color: #798890; }
a { background-color: rgb(121,136,144); }
div.DivClassName
{
background-color: #798890;
}
.BgClassName
{
background-color: #798890;
}
</style>
border-color css
<style>
span { border-color: #798890; }
span { border-color: rgb(121,136,144); }
td.TdClassName
{
border-color: #798890;
}
.TagClassName
{
border-color: #798890;
}
</style>