Shades of Ship Cove #717C9E
Tints of Ship Cove #717C9E
RGB
CMYK
RGB Variations
Color information
#717C9E (or 0x717C9E) is known color: Ship Cove. HEX triplet: 71, 7C and 9E. RGB value is (113,124,158). Sum of RGB (Red+Green+Blue) = 113+124+158=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #717C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717C9E is #8E8361. Grayscale: #7C7C7C. Windows color (decimal): -9339746 or 10386545. OLE color: 10386545.
HSL color Cylindrical-coordinate representation of color #717C9E: hue angle of 225.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #717C9E is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 124 | 158 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.38 |
| HSL | 225.33º | 0.19% | 0.53% | - |
| HSV(B) | 225.33º | 0.28% | 0.62% | - |
| XYZ | 20.19 | 20.39 | 35.22 | - |
| YUV | 124.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 158 | 0.28 | 0.22 | 0 | 0.38 | 225.33 | 0.19 | 0.53 |
| Hex | 71 | 7C | 9E | 1C | 16 | 0 | 26 | E1 | 13 | 35 |
| Octal | 161 | 174 | 236 | 34 | 26 | 0 | 46 | 341 | 23 | 65 |
| Binary | 1110001 | 1111100 | 10011110 | 11100 | 10110 | 0 | 100110 | 11100001 | 10011 | 110101 |
Color Harmonies of #717C9E
Complementary color
Monochromatic Colors of #717C9E
Black with #717C9E
Text Example
Text Example
White with #717C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C9E; }
p { color: rgb(113,124,158); }
H1.HeaderClassName
{
color: #717C9E;
}
.AnyTagClassName
{
color: #717C9E;
}
</style>
background-color css
<style>
a { background-color: #717C9E; }
a { background-color: rgb(113,124,158); }
div.DivClassName
{
background-color: #717C9E;
}
.BgClassName
{
background-color: #717C9E;
}
</style>
border-color css
<style>
span { border-color: #717C9E; }
span { border-color: rgb(113,124,158); }
td.TdClassName
{
border-color: #717C9E;
}
.TagClassName
{
border-color: #717C9E;
}
</style>