Shades of Blue Smoke #798E81
Tints of Blue Smoke #798E81
RGB
CMYK
RGB Variations
Color information
#798E81 (or 0x798E81) is known color: Blue Smoke. HEX triplet: 79, 8E and 81. RGB value is (121,142,129). Sum of RGB (Red+Green+Blue) = 121+142+129=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 142 - color contains mainly: green. Hex color #798E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798E81 is #86717E. Grayscale: #868686. Windows color (decimal): -8810879 or 8490617. OLE color: 8490617.
HSL color Cylindrical-coordinate representation of color #798E81: hue angle of 142.86º 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 #798E81 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 142 | 129 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.44 |
| HSL | 142.86º | 0.09% | 0.52% | - |
| HSV(B) | 142.86º | 0.15% | 0.56% | - |
| XYZ | 21.52 | 25 | 24.46 | - |
| YUV | 134.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 142 | 129 | 0.15 | 0 | 0.09 | 0.44 | 142.86 | 0.09 | 0.52 |
| Hex | 79 | 8E | 81 | F | 0 | 9 | 2C | 8F | 9 | 34 |
| Octal | 171 | 216 | 201 | 17 | 0 | 11 | 54 | 217 | 11 | 64 |
| Binary | 1111001 | 10001110 | 10000001 | 1111 | 0 | 1001 | 101100 | 10001111 | 1001 | 110100 |
Color Harmonies of #798E81
Complementary color
Monochromatic Colors of #798E81
Black with #798E81
Text Example
Text Example
White with #798E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798E81; }
p { color: rgb(121,142,129); }
H1.HeaderClassName
{
color: #798E81;
}
.AnyTagClassName
{
color: #798E81;
}
</style>
background-color css
<style>
a { background-color: #798E81; }
a { background-color: rgb(121,142,129); }
div.DivClassName
{
background-color: #798E81;
}
.BgClassName
{
background-color: #798E81;
}
</style>
border-color css
<style>
span { border-color: #798E81; }
span { border-color: rgb(121,142,129); }
td.TdClassName
{
border-color: #798E81;
}
.TagClassName
{
border-color: #798E81;
}
</style>