Shades of Storm Grey #7B7F94
Tints of Storm Grey #7B7F94
RGB
CMYK
RGB Variations
Color information
#7B7F94 (or 0x7B7F94) is known color: Storm Grey. HEX triplet: 7B, 7F and 94. RGB value is (123,127,148). Sum of RGB (Red+Green+Blue) = 123+127+148=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 148 - color contains mainly: blue. Hex color #7B7F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7F94 is #84806B. Grayscale: #808080. Windows color (decimal): -8683628 or 9731963. OLE color: 9731963.
HSL color Cylindrical-coordinate representation of color #7B7F94: hue angle of 230.4º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B7F94 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 127 | 148 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.42 |
| HSL | 230.4º | 0.1% | 0.53% | - |
| HSV(B) | 230.4º | 0.17% | 0.58% | - |
| XYZ | 21.1 | 21.53 | 31.06 | - |
| YUV | 128.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 148 | 0.17 | 0.14 | 0 | 0.42 | 230.4 | 0.1 | 0.53 |
| Hex | 7B | 7F | 94 | 11 | E | 0 | 2A | E6 | A | 35 |
| Octal | 173 | 177 | 224 | 21 | 16 | 0 | 52 | 346 | 12 | 65 |
| Binary | 1111011 | 1111111 | 10010100 | 10001 | 1110 | 0 | 101010 | 11100110 | 1010 | 110101 |
Color Harmonies of #7B7F94
Complementary color
Monochromatic Colors of #7B7F94
Black with #7B7F94
Text Example
Text Example
White with #7B7F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7F94; }
p { color: rgb(123,127,148); }
H1.HeaderClassName
{
color: #7B7F94;
}
.AnyTagClassName
{
color: #7B7F94;
}
</style>
background-color css
<style>
a { background-color: #7B7F94; }
a { background-color: rgb(123,127,148); }
div.DivClassName
{
background-color: #7B7F94;
}
.BgClassName
{
background-color: #7B7F94;
}
</style>
border-color css
<style>
span { border-color: #7B7F94; }
span { border-color: rgb(123,127,148); }
td.TdClassName
{
border-color: #7B7F94;
}
.TagClassName
{
border-color: #7B7F94;
}
</style>