Shades of Ship Cove #717A9B
Tints of Ship Cove #717A9B
RGB
CMYK
RGB Variations
Color information
#717A9B (or 0x717A9B) is known color: Ship Cove. HEX triplet: 71, 7A and 9B. RGB value is (113,122,155). Sum of RGB (Red+Green+Blue) = 113+122+155=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #717A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717A9B is #8E8564. Grayscale: #7A7A7A. Windows color (decimal): -9340261 or 10189425. OLE color: 10189425.
HSL color Cylindrical-coordinate representation of color #717A9B: hue angle of 227.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #717A9B is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 122 | 155 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.39 |
| HSL | 227.14º | 0.17% | 0.53% | - |
| HSV(B) | 227.14º | 0.27% | 0.61% | - |
| XYZ | 19.69 | 19.8 | 33.79 | - |
| YUV | 123.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 155 | 0.27 | 0.21 | 0 | 0.39 | 227.14 | 0.17 | 0.53 |
| Hex | 71 | 7A | 9B | 1B | 15 | 0 | 27 | E3 | 11 | 35 |
| Octal | 161 | 172 | 233 | 33 | 25 | 0 | 47 | 343 | 21 | 65 |
| Binary | 1110001 | 1111010 | 10011011 | 11011 | 10101 | 0 | 100111 | 11100011 | 10001 | 110101 |
Color Harmonies of #717A9B
Complementary color
Monochromatic Colors of #717A9B
Black with #717A9B
Text Example
Text Example
White with #717A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A9B; }
p { color: rgb(113,122,155); }
H1.HeaderClassName
{
color: #717A9B;
}
.AnyTagClassName
{
color: #717A9B;
}
</style>
background-color css
<style>
a { background-color: #717A9B; }
a { background-color: rgb(113,122,155); }
div.DivClassName
{
background-color: #717A9B;
}
.BgClassName
{
background-color: #717A9B;
}
</style>
border-color css
<style>
span { border-color: #717A9B; }
span { border-color: rgb(113,122,155); }
td.TdClassName
{
border-color: #717A9B;
}
.TagClassName
{
border-color: #717A9B;
}
</style>