Shades of Ship Cove #717DAD
Tints of Ship Cove #717DAD
RGB
CMYK
RGB Variations
Color information
#717DAD (or 0x717DAD) is known color: Ship Cove. HEX triplet: 71, 7D and AD. RGB value is (113,125,173). Sum of RGB (Red+Green+Blue) = 113+125+173=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #717DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717DAD is #8E8252. Grayscale: #7E7E7E. Windows color (decimal): -9339475 or 11369841. OLE color: 11369841.
HSL color Cylindrical-coordinate representation of color #717DAD: hue angle of 228º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #717DAD is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 125 | 173 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.32 |
| HSL | 228º | 0.27% | 0.56% | - |
| HSV(B) | 228º | 0.35% | 0.68% | - |
| XYZ | 21.69 | 21.2 | 42.48 | - |
| YUV | 126.88 | 154.02 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 173 | 0.35 | 0.28 | 0 | 0.32 | 228 | 0.27 | 0.56 |
| Hex | 71 | 7D | AD | 23 | 1C | 0 | 20 | E4 | 1B | 38 |
| Octal | 161 | 175 | 255 | 43 | 34 | 0 | 40 | 344 | 33 | 70 |
| Binary | 1110001 | 1111101 | 10101101 | 100011 | 11100 | 0 | 100000 | 11100100 | 11011 | 111000 |
Color Harmonies of #717DAD
Complementary color
Monochromatic Colors of #717DAD
Black with #717DAD
Text Example
Text Example
White with #717DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717DAD; }
p { color: rgb(113,125,173); }
H1.HeaderClassName
{
color: #717DAD;
}
.AnyTagClassName
{
color: #717DAD;
}
</style>
background-color css
<style>
a { background-color: #717DAD; }
a { background-color: rgb(113,125,173); }
div.DivClassName
{
background-color: #717DAD;
}
.BgClassName
{
background-color: #717DAD;
}
</style>
border-color css
<style>
span { border-color: #717DAD; }
span { border-color: rgb(113,125,173); }
td.TdClassName
{
border-color: #717DAD;
}
.TagClassName
{
border-color: #717DAD;
}
</style>