Shades of Ship Cove #717CA6
Tints of Ship Cove #717CA6
RGB
CMYK
RGB Variations
Color information
#717CA6 (or 0x717CA6) is known color: Ship Cove. HEX triplet: 71, 7C and A6. RGB value is (113,124,166). Sum of RGB (Red+Green+Blue) = 113+124+166=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 166 - color contains mainly: blue. Hex color #717CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717CA6 is #8E8359. Grayscale: #7D7D7D. Windows color (decimal): -9339738 or 10910833. OLE color: 10910833.
HSL color Cylindrical-coordinate representation of color #717CA6: hue angle of 227.55º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #717CA6 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 124 | 166 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.35 |
| HSL | 227.55º | 0.23% | 0.55% | - |
| HSV(B) | 227.55º | 0.32% | 0.65% | - |
| XYZ | 20.9 | 20.68 | 38.97 | - |
| YUV | 125.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 166 | 0.32 | 0.25 | 0 | 0.35 | 227.55 | 0.23 | 0.55 |
| Hex | 71 | 7C | A6 | 20 | 19 | 0 | 23 | E4 | 17 | 37 |
| Octal | 161 | 174 | 246 | 40 | 31 | 0 | 43 | 344 | 27 | 67 |
| Binary | 1110001 | 1111100 | 10100110 | 100000 | 11001 | 0 | 100011 | 11100100 | 10111 | 110111 |
Color Harmonies of #717CA6
Complementary color
Monochromatic Colors of #717CA6
Black with #717CA6
Text Example
Text Example
White with #717CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717CA6; }
p { color: rgb(113,124,166); }
H1.HeaderClassName
{
color: #717CA6;
}
.AnyTagClassName
{
color: #717CA6;
}
</style>
background-color css
<style>
a { background-color: #717CA6; }
a { background-color: rgb(113,124,166); }
div.DivClassName
{
background-color: #717CA6;
}
.BgClassName
{
background-color: #717CA6;
}
</style>
border-color css
<style>
span { border-color: #717CA6; }
span { border-color: rgb(113,124,166); }
td.TdClassName
{
border-color: #717CA6;
}
.TagClassName
{
border-color: #717CA6;
}
</style>