Shades of Ship Cove #717FAD
Tints of Ship Cove #717FAD
RGB
CMYK
RGB Variations
Color information
#717FAD (or 0x717FAD) is known color: Ship Cove. HEX triplet: 71, 7F and AD. RGB value is (113,127,173). Sum of RGB (Red+Green+Blue) = 113+127+173=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #717FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717FAD is #8E8052. Grayscale: #7F7F7F. Windows color (decimal): -9338963 or 11370353. OLE color: 11370353.
HSL color Cylindrical-coordinate representation of color #717FAD: hue angle of 226º 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 #717FAD is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 127 | 173 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.32 |
| HSL | 226º | 0.27% | 0.56% | - |
| HSV(B) | 226º | 0.35% | 0.68% | - |
| XYZ | 21.94 | 21.71 | 42.57 | - |
| YUV | 128.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 173 | 0.35 | 0.27 | 0 | 0.32 | 226 | 0.27 | 0.56 |
| Hex | 71 | 7F | AD | 23 | 1B | 0 | 20 | E2 | 1B | 38 |
| Octal | 161 | 177 | 255 | 43 | 33 | 0 | 40 | 342 | 33 | 70 |
| Binary | 1110001 | 1111111 | 10101101 | 100011 | 11011 | 0 | 100000 | 11100010 | 11011 | 111000 |
Color Harmonies of #717FAD
Complementary color
Monochromatic Colors of #717FAD
Black with #717FAD
Text Example
Text Example
White with #717FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FAD; }
p { color: rgb(113,127,173); }
H1.HeaderClassName
{
color: #717FAD;
}
.AnyTagClassName
{
color: #717FAD;
}
</style>
background-color css
<style>
a { background-color: #717FAD; }
a { background-color: rgb(113,127,173); }
div.DivClassName
{
background-color: #717FAD;
}
.BgClassName
{
background-color: #717FAD;
}
</style>
border-color css
<style>
span { border-color: #717FAD; }
span { border-color: rgb(113,127,173); }
td.TdClassName
{
border-color: #717FAD;
}
.TagClassName
{
border-color: #717FAD;
}
</style>