Shades of Storm Grey #797B8D
Tints of Storm Grey #797B8D
RGB
CMYK
RGB Variations
Color information
#797B8D (or 0x797B8D) is known color: Storm Grey. HEX triplet: 79, 7B and 8D. RGB value is (121,123,141). Sum of RGB (Red+Green+Blue) = 121+123+141=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #797B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797B8D is #868472. Grayscale: #7C7C7C. Windows color (decimal): -8815731 or 9272185. OLE color: 9272185.
HSL color Cylindrical-coordinate representation of color #797B8D: hue angle of 234º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #797B8D is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 123 | 141 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.45 |
| HSL | 234º | 0.08% | 0.51% | - |
| HSV(B) | 234º | 0.14% | 0.55% | - |
| XYZ | 19.78 | 20.15 | 28.05 | - |
| YUV | 124.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 141 | 0.14 | 0.13 | 0 | 0.45 | 234 | 0.08 | 0.51 |
| Hex | 79 | 7B | 8D | E | D | 0 | 2D | EA | 8 | 33 |
| Octal | 171 | 173 | 215 | 16 | 15 | 0 | 55 | 352 | 10 | 63 |
| Binary | 1111001 | 1111011 | 10001101 | 1110 | 1101 | 0 | 101101 | 11101010 | 1000 | 110011 |
Color Harmonies of #797B8D
Complementary color
Monochromatic Colors of #797B8D
Black with #797B8D
Text Example
Text Example
White with #797B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797B8D; }
p { color: rgb(121,123,141); }
H1.HeaderClassName
{
color: #797B8D;
}
.AnyTagClassName
{
color: #797B8D;
}
</style>
background-color css
<style>
a { background-color: #797B8D; }
a { background-color: rgb(121,123,141); }
div.DivClassName
{
background-color: #797B8D;
}
.BgClassName
{
background-color: #797B8D;
}
</style>
border-color css
<style>
span { border-color: #797B8D; }
span { border-color: rgb(121,123,141); }
td.TdClassName
{
border-color: #797B8D;
}
.TagClassName
{
border-color: #797B8D;
}
</style>