Shades of Storm Grey #717391
Tints of Storm Grey #717391
RGB
CMYK
RGB Variations
Color information
#717391 (or 0x717391) is known color: Storm Grey. HEX triplet: 71, 73 and 91. RGB value is (113,115,145). Sum of RGB (Red+Green+Blue) = 113+115+145=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #717391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717391 is #8E8C6E. Grayscale: #757575. Windows color (decimal): -9342063 or 9532273. OLE color: 9532273.
HSL color Cylindrical-coordinate representation of color #717391: hue angle of 236.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #717391 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 115 | 145 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.43 |
| HSL | 236.25º | 0.13% | 0.51% | - |
| HSV(B) | 236.25º | 0.22% | 0.57% | - |
| XYZ | 18.05 | 17.82 | 29.28 | - |
| YUV | 117.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 145 | 0.22 | 0.21 | 0 | 0.43 | 236.25 | 0.13 | 0.51 |
| Hex | 71 | 73 | 91 | 16 | 15 | 0 | 2B | EC | D | 33 |
| Octal | 161 | 163 | 221 | 26 | 25 | 0 | 53 | 354 | 15 | 63 |
| Binary | 1110001 | 1110011 | 10010001 | 10110 | 10101 | 0 | 101011 | 11101100 | 1101 | 110011 |
Color Harmonies of #717391
Complementary color
Monochromatic Colors of #717391
Black with #717391
Text Example
Text Example
White with #717391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717391; }
p { color: rgb(113,115,145); }
H1.HeaderClassName
{
color: #717391;
}
.AnyTagClassName
{
color: #717391;
}
</style>
background-color css
<style>
a { background-color: #717391; }
a { background-color: rgb(113,115,145); }
div.DivClassName
{
background-color: #717391;
}
.BgClassName
{
background-color: #717391;
}
</style>
border-color css
<style>
span { border-color: #717391; }
span { border-color: rgb(113,115,145); }
td.TdClassName
{
border-color: #717391;
}
.TagClassName
{
border-color: #717391;
}
</style>