Shades of Ship Cove #71799D
Tints of Ship Cove #71799D
RGB
CMYK
RGB Variations
Color information
#71799D (or 0x71799D) is known color: Ship Cove. HEX triplet: 71, 79 and 9D. RGB value is (113,121,157). Sum of RGB (Red+Green+Blue) = 113+121+157=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #71799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71799D is #8E8662. Grayscale: #7A7A7A. Windows color (decimal): -9340515 or 10320241. OLE color: 10320241.
HSL color Cylindrical-coordinate representation of color #71799D: hue angle of 229.09º 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 #71799D is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 121 | 157 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.38 |
| HSL | 229.09º | 0.18% | 0.53% | - |
| HSV(B) | 229.09º | 0.28% | 0.62% | - |
| XYZ | 19.73 | 19.62 | 34.65 | - |
| YUV | 122.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 157 | 0.28 | 0.23 | 0 | 0.38 | 229.09 | 0.18 | 0.53 |
| Hex | 71 | 79 | 9D | 1C | 17 | 0 | 26 | E5 | 12 | 35 |
| Octal | 161 | 171 | 235 | 34 | 27 | 0 | 46 | 345 | 22 | 65 |
| Binary | 1110001 | 1111001 | 10011101 | 11100 | 10111 | 0 | 100110 | 11100101 | 10010 | 110101 |
Color Harmonies of #71799D
Complementary color
Monochromatic Colors of #71799D
Black with #71799D
Text Example
Text Example
White with #71799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71799D; }
p { color: rgb(113,121,157); }
H1.HeaderClassName
{
color: #71799D;
}
.AnyTagClassName
{
color: #71799D;
}
</style>
background-color css
<style>
a { background-color: #71799D; }
a { background-color: rgb(113,121,157); }
div.DivClassName
{
background-color: #71799D;
}
.BgClassName
{
background-color: #71799D;
}
</style>
border-color css
<style>
span { border-color: #71799D; }
span { border-color: rgb(113,121,157); }
td.TdClassName
{
border-color: #71799D;
}
.TagClassName
{
border-color: #71799D;
}
</style>