Shades of Ship Cove #717E9D
Tints of Ship Cove #717E9D
RGB
CMYK
RGB Variations
Color information
#717E9D (or 0x717E9D) is known color: Ship Cove. HEX triplet: 71, 7E and 9D. RGB value is (113,126,157). Sum of RGB (Red+Green+Blue) = 113+126+157=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #717E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717E9D is #8E8162. Grayscale: #7D7D7D. Windows color (decimal): -9339235 or 10321521. OLE color: 10321521.
HSL color Cylindrical-coordinate representation of color #717E9D: hue angle of 222.27º degrees, saturation: 0.18, 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 #717E9D is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 126 | 157 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.38 |
| HSL | 222.27º | 0.18% | 0.53% | - |
| HSV(B) | 222.27º | 0.28% | 0.62% | - |
| XYZ | 20.36 | 20.87 | 34.85 | - |
| YUV | 125.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 126 | 157 | 0.28 | 0.20 | 0 | 0.38 | 222.27 | 0.18 | 0.53 |
| Hex | 71 | 7E | 9D | 1C | 14 | 0 | 26 | DE | 12 | 35 |
| Octal | 161 | 176 | 235 | 34 | 24 | 0 | 46 | 336 | 22 | 65 |
| Binary | 1110001 | 1111110 | 10011101 | 11100 | 10100 | 0 | 100110 | 11011110 | 10010 | 110101 |
Color Harmonies of #717E9D
Complementary color
Monochromatic Colors of #717E9D
Black with #717E9D
Text Example
Text Example
White with #717E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717E9D; }
p { color: rgb(113,126,157); }
H1.HeaderClassName
{
color: #717E9D;
}
.AnyTagClassName
{
color: #717E9D;
}
</style>
background-color css
<style>
a { background-color: #717E9D; }
a { background-color: rgb(113,126,157); }
div.DivClassName
{
background-color: #717E9D;
}
.BgClassName
{
background-color: #717E9D;
}
</style>
border-color css
<style>
span { border-color: #717E9D; }
span { border-color: rgb(113,126,157); }
td.TdClassName
{
border-color: #717E9D;
}
.TagClassName
{
border-color: #717E9D;
}
</style>