Shades of Storm Grey #717388
Tints of Storm Grey #717388
RGB
CMYK
RGB Variations
Color information
#717388 (or 0x717388) is known color: Storm Grey. HEX triplet: 71, 73 and 88. RGB value is (113,115,136). Sum of RGB (Red+Green+Blue) = 113+115+136=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 136 - color contains mainly: blue. Hex color #717388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717388 is #8E8C77. Grayscale: #747474. Windows color (decimal): -9342072 or 8942449. OLE color: 8942449.
HSL color Cylindrical-coordinate representation of color #717388: hue angle of 234.78º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #717388 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 115 | 136 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.47 |
| HSL | 234.78º | 0.09% | 0.49% | - |
| HSV(B) | 234.78º | 0.17% | 0.53% | - |
| XYZ | 17.38 | 17.55 | 25.76 | - |
| YUV | 116.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 136 | 0.17 | 0.15 | 0 | 0.47 | 234.78 | 0.09 | 0.49 |
| Hex | 71 | 73 | 88 | 11 | F | 0 | 2F | EB | 9 | 31 |
| Octal | 161 | 163 | 210 | 21 | 17 | 0 | 57 | 353 | 11 | 61 |
| Binary | 1110001 | 1110011 | 10001000 | 10001 | 1111 | 0 | 101111 | 11101011 | 1001 | 110001 |
Color Harmonies of #717388
Complementary color
Monochromatic Colors of #717388
Black with #717388
Text Example
Text Example
White with #717388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717388; }
p { color: rgb(113,115,136); }
H1.HeaderClassName
{
color: #717388;
}
.AnyTagClassName
{
color: #717388;
}
</style>
background-color css
<style>
a { background-color: #717388; }
a { background-color: rgb(113,115,136); }
div.DivClassName
{
background-color: #717388;
}
.BgClassName
{
background-color: #717388;
}
</style>
border-color css
<style>
span { border-color: #717388; }
span { border-color: rgb(113,115,136); }
td.TdClassName
{
border-color: #717388;
}
.TagClassName
{
border-color: #717388;
}
</style>