Shades of Ship Cove #717DAB
Tints of Ship Cove #717DAB
RGB
CMYK
RGB Variations
Color information
#717DAB (or 0x717DAB) is known color: Ship Cove. HEX triplet: 71, 7D and AB. RGB value is (113,125,171). Sum of RGB (Red+Green+Blue) = 113+125+171=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #717DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717DAB is #8E8254. Grayscale: #7E7E7E. Windows color (decimal): -9339477 or 11238769. OLE color: 11238769.
HSL color Cylindrical-coordinate representation of color #717DAB: hue angle of 227.59º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #717DAB is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 125 | 171 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.33 |
| HSL | 227.59º | 0.26% | 0.56% | - |
| HSV(B) | 227.59º | 0.34% | 0.67% | - |
| XYZ | 21.49 | 21.12 | 41.47 | - |
| YUV | 126.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 171 | 0.34 | 0.27 | 0 | 0.33 | 227.59 | 0.26 | 0.56 |
| Hex | 71 | 7D | AB | 22 | 1B | 0 | 21 | E4 | 1A | 38 |
| Octal | 161 | 175 | 253 | 42 | 33 | 0 | 41 | 344 | 32 | 70 |
| Binary | 1110001 | 1111101 | 10101011 | 100010 | 11011 | 0 | 100001 | 11100100 | 11010 | 111000 |
Color Harmonies of #717DAB
Complementary color
Monochromatic Colors of #717DAB
Black with #717DAB
Text Example
Text Example
White with #717DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717DAB; }
p { color: rgb(113,125,171); }
H1.HeaderClassName
{
color: #717DAB;
}
.AnyTagClassName
{
color: #717DAB;
}
</style>
background-color css
<style>
a { background-color: #717DAB; }
a { background-color: rgb(113,125,171); }
div.DivClassName
{
background-color: #717DAB;
}
.BgClassName
{
background-color: #717DAB;
}
</style>
border-color css
<style>
span { border-color: #717DAB; }
span { border-color: rgb(113,125,171); }
td.TdClassName
{
border-color: #717DAB;
}
.TagClassName
{
border-color: #717DAB;
}
</style>