Shades of Ship Cove #717EA2
Tints of Ship Cove #717EA2
RGB
CMYK
RGB Variations
Color information
#717EA2 (or 0x717EA2) is known color: Ship Cove. HEX triplet: 71, 7E and A2. RGB value is (113,126,162). Sum of RGB (Red+Green+Blue) = 113+126+162=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 162 - color contains mainly: blue. Hex color #717EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717EA2 is #8E815D. Grayscale: #7E7E7E. Windows color (decimal): -9339230 or 10649201. OLE color: 10649201.
HSL color Cylindrical-coordinate representation of color #717EA2: hue angle of 224.08º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #717EA2 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 126 | 162 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.36 |
| HSL | 224.08º | 0.21% | 0.54% | - |
| HSV(B) | 224.08º | 0.3% | 0.64% | - |
| XYZ | 20.79 | 21.04 | 37.15 | - |
| YUV | 126.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 126 | 162 | 0.30 | 0.22 | 0 | 0.36 | 224.08 | 0.21 | 0.54 |
| Hex | 71 | 7E | A2 | 1E | 16 | 0 | 24 | E0 | 15 | 36 |
| Octal | 161 | 176 | 242 | 36 | 26 | 0 | 44 | 340 | 25 | 66 |
| Binary | 1110001 | 1111110 | 10100010 | 11110 | 10110 | 0 | 100100 | 11100000 | 10101 | 110110 |
Color Harmonies of #717EA2
Complementary color
Monochromatic Colors of #717EA2
Black with #717EA2
Text Example
Text Example
White with #717EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717EA2; }
p { color: rgb(113,126,162); }
H1.HeaderClassName
{
color: #717EA2;
}
.AnyTagClassName
{
color: #717EA2;
}
</style>
background-color css
<style>
a { background-color: #717EA2; }
a { background-color: rgb(113,126,162); }
div.DivClassName
{
background-color: #717EA2;
}
.BgClassName
{
background-color: #717EA2;
}
</style>
border-color css
<style>
span { border-color: #717EA2; }
span { border-color: rgb(113,126,162); }
td.TdClassName
{
border-color: #717EA2;
}
.TagClassName
{
border-color: #717EA2;
}
</style>