Shades of Ship Cove #717B9D
Tints of Ship Cove #717B9D
RGB
CMYK
RGB Variations
Color information
#717B9D (or 0x717B9D) is known color: Ship Cove. HEX triplet: 71, 7B and 9D. RGB value is (113,123,157). Sum of RGB (Red+Green+Blue) = 113+123+157=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #717B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B9D is #8E8462. Grayscale: #7B7B7B. Windows color (decimal): -9340003 or 10320753. OLE color: 10320753.
HSL color Cylindrical-coordinate representation of color #717B9D: hue angle of 226.36º 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 #717B9D is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 123 | 157 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.38 |
| HSL | 226.36º | 0.18% | 0.53% | - |
| HSV(B) | 226.36º | 0.28% | 0.62% | - |
| XYZ | 19.98 | 20.11 | 34.73 | - |
| YUV | 123.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 157 | 0.28 | 0.22 | 0 | 0.38 | 226.36 | 0.18 | 0.53 |
| Hex | 71 | 7B | 9D | 1C | 16 | 0 | 26 | E2 | 12 | 35 |
| Octal | 161 | 173 | 235 | 34 | 26 | 0 | 46 | 342 | 22 | 65 |
| Binary | 1110001 | 1111011 | 10011101 | 11100 | 10110 | 0 | 100110 | 11100010 | 10010 | 110101 |
Color Harmonies of #717B9D
Complementary color
Monochromatic Colors of #717B9D
Black with #717B9D
Text Example
Text Example
White with #717B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B9D; }
p { color: rgb(113,123,157); }
H1.HeaderClassName
{
color: #717B9D;
}
.AnyTagClassName
{
color: #717B9D;
}
</style>
background-color css
<style>
a { background-color: #717B9D; }
a { background-color: rgb(113,123,157); }
div.DivClassName
{
background-color: #717B9D;
}
.BgClassName
{
background-color: #717B9D;
}
</style>
border-color css
<style>
span { border-color: #717B9D; }
span { border-color: rgb(113,123,157); }
td.TdClassName
{
border-color: #717B9D;
}
.TagClassName
{
border-color: #717B9D;
}
</style>