Shades of Storm Grey #7B7F93
Tints of Storm Grey #7B7F93
RGB
CMYK
RGB Variations
Color information
#7B7F93 (or 0x7B7F93) is known color: Storm Grey. HEX triplet: 7B, 7F and 93. RGB value is (123,127,147). Sum of RGB (Red+Green+Blue) = 123+127+147=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B7F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7F93 is #84806C. Grayscale: #7F7F7F. Windows color (decimal): -8683629 or 9666427. OLE color: 9666427.
HSL color Cylindrical-coordinate representation of color #7B7F93: hue angle of 230º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B7F93 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 127 | 147 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.42 |
| HSL | 230º | 0.1% | 0.53% | - |
| HSV(B) | 230º | 0.16% | 0.58% | - |
| XYZ | 21.02 | 21.5 | 30.64 | - |
| YUV | 128.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 147 | 0.16 | 0.14 | 0 | 0.42 | 230 | 0.1 | 0.53 |
| Hex | 7B | 7F | 93 | 10 | E | 0 | 2A | E6 | A | 35 |
| Octal | 173 | 177 | 223 | 20 | 16 | 0 | 52 | 346 | 12 | 65 |
| Binary | 1111011 | 1111111 | 10010011 | 10000 | 1110 | 0 | 101010 | 11100110 | 1010 | 110101 |
Color Harmonies of #7B7F93
Complementary color
Monochromatic Colors of #7B7F93
Black with #7B7F93
Text Example
Text Example
White with #7B7F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7F93; }
p { color: rgb(123,127,147); }
H1.HeaderClassName
{
color: #7B7F93;
}
.AnyTagClassName
{
color: #7B7F93;
}
</style>
background-color css
<style>
a { background-color: #7B7F93; }
a { background-color: rgb(123,127,147); }
div.DivClassName
{
background-color: #7B7F93;
}
.BgClassName
{
background-color: #7B7F93;
}
</style>
border-color css
<style>
span { border-color: #7B7F93; }
span { border-color: rgb(123,127,147); }
td.TdClassName
{
border-color: #7B7F93;
}
.TagClassName
{
border-color: #7B7F93;
}
</style>