Shades of Ship Cove #717B9F
Tints of Ship Cove #717B9F
RGB
CMYK
RGB Variations
Color information
#717B9F (or 0x717B9F) is known color: Ship Cove. HEX triplet: 71, 7B and 9F. RGB value is (113,123,159). Sum of RGB (Red+Green+Blue) = 113+123+159=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #717B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B9F is #8E8460. Grayscale: #7B7B7B. Windows color (decimal): -9340001 or 10451825. OLE color: 10451825.
HSL color Cylindrical-coordinate representation of color #717B9F: hue angle of 226.96º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #717B9F is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 123 | 159 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.38 |
| HSL | 226.96º | 0.19% | 0.53% | - |
| HSV(B) | 226.96º | 0.29% | 0.62% | - |
| XYZ | 20.15 | 20.18 | 35.63 | - |
| YUV | 124.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 159 | 0.29 | 0.23 | 0 | 0.38 | 226.96 | 0.19 | 0.53 |
| Hex | 71 | 7B | 9F | 1D | 17 | 0 | 26 | E3 | 13 | 35 |
| Octal | 161 | 173 | 237 | 35 | 27 | 0 | 46 | 343 | 23 | 65 |
| Binary | 1110001 | 1111011 | 10011111 | 11101 | 10111 | 0 | 100110 | 11100011 | 10011 | 110101 |
Color Harmonies of #717B9F
Complementary color
Monochromatic Colors of #717B9F
Black with #717B9F
Text Example
Text Example
White with #717B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B9F; }
p { color: rgb(113,123,159); }
H1.HeaderClassName
{
color: #717B9F;
}
.AnyTagClassName
{
color: #717B9F;
}
</style>
background-color css
<style>
a { background-color: #717B9F; }
a { background-color: rgb(113,123,159); }
div.DivClassName
{
background-color: #717B9F;
}
.BgClassName
{
background-color: #717B9F;
}
</style>
border-color css
<style>
span { border-color: #717B9F; }
span { border-color: rgb(113,123,159); }
td.TdClassName
{
border-color: #717B9F;
}
.TagClassName
{
border-color: #717B9F;
}
</style>