Shades of Ship Cove #717CA4
Tints of Ship Cove #717CA4
RGB
CMYK
RGB Variations
Color information
#717CA4 (or 0x717CA4) is known color: Ship Cove. HEX triplet: 71, 7C and A4. RGB value is (113,124,164). Sum of RGB (Red+Green+Blue) = 113+124+164=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 164 - color contains mainly: blue. Hex color #717CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717CA4 is #8E835B. Grayscale: #7D7D7D. Windows color (decimal): -9339740 or 10779761. OLE color: 10779761.
HSL color Cylindrical-coordinate representation of color #717CA4: hue angle of 227.06º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #717CA4 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 124 | 164 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.36 |
| HSL | 227.06º | 0.22% | 0.54% | - |
| HSV(B) | 227.06º | 0.31% | 0.64% | - |
| XYZ | 20.72 | 20.61 | 38.01 | - |
| YUV | 125.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 164 | 0.31 | 0.24 | 0 | 0.36 | 227.06 | 0.22 | 0.54 |
| Hex | 71 | 7C | A4 | 1F | 18 | 0 | 24 | E3 | 16 | 36 |
| Octal | 161 | 174 | 244 | 37 | 30 | 0 | 44 | 343 | 26 | 66 |
| Binary | 1110001 | 1111100 | 10100100 | 11111 | 11000 | 0 | 100100 | 11100011 | 10110 | 110110 |
Color Harmonies of #717CA4
Complementary color
Monochromatic Colors of #717CA4
Black with #717CA4
Text Example
Text Example
White with #717CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717CA4; }
p { color: rgb(113,124,164); }
H1.HeaderClassName
{
color: #717CA4;
}
.AnyTagClassName
{
color: #717CA4;
}
</style>
background-color css
<style>
a { background-color: #717CA4; }
a { background-color: rgb(113,124,164); }
div.DivClassName
{
background-color: #717CA4;
}
.BgClassName
{
background-color: #717CA4;
}
</style>
border-color css
<style>
span { border-color: #717CA4; }
span { border-color: rgb(113,124,164); }
td.TdClassName
{
border-color: #717CA4;
}
.TagClassName
{
border-color: #717CA4;
}
</style>