Shades of Ship Cove #717B9B
Tints of Ship Cove #717B9B
RGB
CMYK
RGB Variations
Color information
#717B9B (or 0x717B9B) is known color: Ship Cove. HEX triplet: 71, 7B and 9B. RGB value is (113,123,155). Sum of RGB (Red+Green+Blue) = 113+123+155=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #717B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B9B is #8E8464. Grayscale: #7B7B7B. Windows color (decimal): -9340005 or 10189681. OLE color: 10189681.
HSL color Cylindrical-coordinate representation of color #717B9B: hue angle of 225.71º 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 #717B9B is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 123 | 155 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.39 |
| HSL | 225.71º | 0.17% | 0.53% | - |
| HSV(B) | 225.71º | 0.27% | 0.61% | - |
| XYZ | 19.81 | 20.04 | 33.84 | - |
| YUV | 123.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 155 | 0.27 | 0.21 | 0 | 0.39 | 225.71 | 0.17 | 0.53 |
| Hex | 71 | 7B | 9B | 1B | 15 | 0 | 27 | E2 | 11 | 35 |
| Octal | 161 | 173 | 233 | 33 | 25 | 0 | 47 | 342 | 21 | 65 |
| Binary | 1110001 | 1111011 | 10011011 | 11011 | 10101 | 0 | 100111 | 11100010 | 10001 | 110101 |
Color Harmonies of #717B9B
Complementary color
Monochromatic Colors of #717B9B
Black with #717B9B
Text Example
Text Example
White with #717B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B9B; }
p { color: rgb(113,123,155); }
H1.HeaderClassName
{
color: #717B9B;
}
.AnyTagClassName
{
color: #717B9B;
}
</style>
background-color css
<style>
a { background-color: #717B9B; }
a { background-color: rgb(113,123,155); }
div.DivClassName
{
background-color: #717B9B;
}
.BgClassName
{
background-color: #717B9B;
}
</style>
border-color css
<style>
span { border-color: #717B9B; }
span { border-color: rgb(113,123,155); }
td.TdClassName
{
border-color: #717B9B;
}
.TagClassName
{
border-color: #717B9B;
}
</style>