Shades of Regent Grey #798A8E
Tints of Regent Grey #798A8E
RGB
CMYK
RGB Variations
Color information
#798A8E (or 0x798A8E) is known color: Regent Grey. HEX triplet: 79, 8A and 8E. RGB value is (121,138,142). Sum of RGB (Red+Green+Blue) = 121+138+142=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 142 - color contains mainly: blue. Hex color #798A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798A8E is #867571. Grayscale: #858585. Windows color (decimal): -8811890 or 9341561. OLE color: 9341561.
HSL color Cylindrical-coordinate representation of color #798A8E: hue angle of 191.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #798A8E is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 138 | 142 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.44 |
| HSL | 191.43º | 0.09% | 0.52% | - |
| HSV(B) | 191.43º | 0.15% | 0.56% | - |
| XYZ | 21.86 | 24.19 | 29.11 | - |
| YUV | 133.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 138 | 142 | 0.15 | 0.03 | 0 | 0.44 | 191.43 | 0.09 | 0.52 |
| Hex | 79 | 8A | 8E | F | 3 | 0 | 2C | BF | 9 | 34 |
| Octal | 171 | 212 | 216 | 17 | 3 | 0 | 54 | 277 | 11 | 64 |
| Binary | 1111001 | 10001010 | 10001110 | 1111 | 11 | 0 | 101100 | 10111111 | 1001 | 110100 |
Color Harmonies of #798A8E
Complementary color
Monochromatic Colors of #798A8E
Black with #798A8E
Text Example
Text Example
White with #798A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798A8E; }
p { color: rgb(121,138,142); }
H1.HeaderClassName
{
color: #798A8E;
}
.AnyTagClassName
{
color: #798A8E;
}
</style>
background-color css
<style>
a { background-color: #798A8E; }
a { background-color: rgb(121,138,142); }
div.DivClassName
{
background-color: #798A8E;
}
.BgClassName
{
background-color: #798A8E;
}
</style>
border-color css
<style>
span { border-color: #798A8E; }
span { border-color: rgb(121,138,142); }
td.TdClassName
{
border-color: #798A8E;
}
.TagClassName
{
border-color: #798A8E;
}
</style>