Shades of Ship Cove #7079A0
Tints of Ship Cove #7079A0
RGB
CMYK
RGB Variations
Color information
#7079A0 (or 0x7079A0) is known color: Ship Cove. HEX triplet: 70, 79 and A0. RGB value is (112,121,160). Sum of RGB (Red+Green+Blue) = 112+121+160=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 160 - color contains mainly: blue. Hex color #7079A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7079A0 is #8F865F. Grayscale: #7A7A7A. Windows color (decimal): -9406048 or 10516848. OLE color: 10516848.
HSL color Cylindrical-coordinate representation of color #7079A0: hue angle of 228.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7079A0 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 121 | 160 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.37 |
| HSL | 228.75º | 0.2% | 0.53% | - |
| HSV(B) | 228.75º | 0.3% | 0.63% | - |
| XYZ | 19.86 | 19.66 | 36.01 | - |
| YUV | 122.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 160 | 0.30 | 0.24 | 0 | 0.37 | 228.75 | 0.2 | 0.53 |
| Hex | 70 | 79 | A0 | 1E | 18 | 0 | 25 | E5 | 14 | 35 |
| Octal | 160 | 171 | 240 | 36 | 30 | 0 | 45 | 345 | 24 | 65 |
| Binary | 1110000 | 1111001 | 10100000 | 11110 | 11000 | 0 | 100101 | 11100101 | 10100 | 110101 |
Color Harmonies of #7079A0
Complementary color
Monochromatic Colors of #7079A0
Black with #7079A0
Text Example
Text Example
White with #7079A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7079A0; }
p { color: rgb(112,121,160); }
H1.HeaderClassName
{
color: #7079A0;
}
.AnyTagClassName
{
color: #7079A0;
}
</style>
background-color css
<style>
a { background-color: #7079A0; }
a { background-color: rgb(112,121,160); }
div.DivClassName
{
background-color: #7079A0;
}
.BgClassName
{
background-color: #7079A0;
}
</style>
border-color css
<style>
span { border-color: #7079A0; }
span { border-color: rgb(112,121,160); }
td.TdClassName
{
border-color: #7079A0;
}
.TagClassName
{
border-color: #7079A0;
}
</style>