Shades of Ship Cove #717A99
Tints of Ship Cove #717A99
RGB
CMYK
RGB Variations
Color information
#717A99 (or 0x717A99) is known color: Ship Cove. HEX triplet: 71, 7A and 99. RGB value is (113,122,153). Sum of RGB (Red+Green+Blue) = 113+122+153=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #717A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717A99 is #8E8566. Grayscale: #7A7A7A. Windows color (decimal): -9340263 or 10058353. OLE color: 10058353.
HSL color Cylindrical-coordinate representation of color #717A99: hue angle of 226.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #717A99 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 122 | 153 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.4 |
| HSL | 226.5º | 0.16% | 0.52% | - |
| HSV(B) | 226.5º | 0.26% | 0.6% | - |
| XYZ | 19.52 | 19.73 | 32.92 | - |
| YUV | 122.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 153 | 0.26 | 0.20 | 0 | 0.4 | 226.5 | 0.16 | 0.52 |
| Hex | 71 | 7A | 99 | 1A | 14 | 0 | 28 | E2 | 10 | 34 |
| Octal | 161 | 172 | 231 | 32 | 24 | 0 | 50 | 342 | 20 | 64 |
| Binary | 1110001 | 1111010 | 10011001 | 11010 | 10100 | 0 | 101000 | 11100010 | 10000 | 110100 |
Color Harmonies of #717A99
Complementary color
Monochromatic Colors of #717A99
Black with #717A99
Text Example
Text Example
White with #717A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A99; }
p { color: rgb(113,122,153); }
H1.HeaderClassName
{
color: #717A99;
}
.AnyTagClassName
{
color: #717A99;
}
</style>
background-color css
<style>
a { background-color: #717A99; }
a { background-color: rgb(113,122,153); }
div.DivClassName
{
background-color: #717A99;
}
.BgClassName
{
background-color: #717A99;
}
</style>
border-color css
<style>
span { border-color: #717A99; }
span { border-color: rgb(113,122,153); }
td.TdClassName
{
border-color: #717A99;
}
.TagClassName
{
border-color: #717A99;
}
</style>