Shades of Ship Cove #717D9C
Tints of Ship Cove #717D9C
RGB
CMYK
RGB Variations
Color information
#717D9C (or 0x717D9C) is known color: Ship Cove. HEX triplet: 71, 7D and 9C. RGB value is (113,125,156). Sum of RGB (Red+Green+Blue) = 113+125+156=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #717D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717D9C is #8E8263. Grayscale: #7C7C7C. Windows color (decimal): -9339492 or 10255729. OLE color: 10255729.
HSL color Cylindrical-coordinate representation of color #717D9C: hue angle of 223.26º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #717D9C is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 125 | 156 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.39 |
| HSL | 223.26º | 0.18% | 0.53% | - |
| HSV(B) | 223.26º | 0.28% | 0.61% | - |
| XYZ | 20.14 | 20.58 | 34.36 | - |
| YUV | 124.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 156 | 0.28 | 0.20 | 0 | 0.39 | 223.26 | 0.18 | 0.53 |
| Hex | 71 | 7D | 9C | 1C | 14 | 0 | 27 | DF | 12 | 35 |
| Octal | 161 | 175 | 234 | 34 | 24 | 0 | 47 | 337 | 22 | 65 |
| Binary | 1110001 | 1111101 | 10011100 | 11100 | 10100 | 0 | 100111 | 11011111 | 10010 | 110101 |
Color Harmonies of #717D9C
Complementary color
Monochromatic Colors of #717D9C
Black with #717D9C
Text Example
Text Example
White with #717D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717D9C; }
p { color: rgb(113,125,156); }
H1.HeaderClassName
{
color: #717D9C;
}
.AnyTagClassName
{
color: #717D9C;
}
</style>
background-color css
<style>
a { background-color: #717D9C; }
a { background-color: rgb(113,125,156); }
div.DivClassName
{
background-color: #717D9C;
}
.BgClassName
{
background-color: #717D9C;
}
</style>
border-color css
<style>
span { border-color: #717D9C; }
span { border-color: rgb(113,125,156); }
td.TdClassName
{
border-color: #717D9C;
}
.TagClassName
{
border-color: #717D9C;
}
</style>