Shades of Ship Cove #717FA2
Tints of Ship Cove #717FA2
RGB
CMYK
RGB Variations
Color information
#717FA2 (or 0x717FA2) is known color: Ship Cove. HEX triplet: 71, 7F and A2. RGB value is (113,127,162). Sum of RGB (Red+Green+Blue) = 113+127+162=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 162 - color contains mainly: blue. Hex color #717FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717FA2 is #8E805D. Grayscale: #7E7E7E. Windows color (decimal): -9338974 or 10649457. OLE color: 10649457.
HSL color Cylindrical-coordinate representation of color #717FA2: hue angle of 222.86º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #717FA2 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 127 | 162 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.36 |
| HSL | 222.86º | 0.21% | 0.54% | - |
| HSV(B) | 222.86º | 0.3% | 0.64% | - |
| XYZ | 20.92 | 21.3 | 37.19 | - |
| YUV | 126.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 162 | 0.30 | 0.22 | 0 | 0.36 | 222.86 | 0.21 | 0.54 |
| Hex | 71 | 7F | A2 | 1E | 16 | 0 | 24 | DF | 15 | 36 |
| Octal | 161 | 177 | 242 | 36 | 26 | 0 | 44 | 337 | 25 | 66 |
| Binary | 1110001 | 1111111 | 10100010 | 11110 | 10110 | 0 | 100100 | 11011111 | 10101 | 110110 |
Color Harmonies of #717FA2
Complementary color
Monochromatic Colors of #717FA2
Black with #717FA2
Text Example
Text Example
White with #717FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FA2; }
p { color: rgb(113,127,162); }
H1.HeaderClassName
{
color: #717FA2;
}
.AnyTagClassName
{
color: #717FA2;
}
</style>
background-color css
<style>
a { background-color: #717FA2; }
a { background-color: rgb(113,127,162); }
div.DivClassName
{
background-color: #717FA2;
}
.BgClassName
{
background-color: #717FA2;
}
</style>
border-color css
<style>
span { border-color: #717FA2; }
span { border-color: rgb(113,127,162); }
td.TdClassName
{
border-color: #717FA2;
}
.TagClassName
{
border-color: #717FA2;
}
</style>