Shades of Ship Cove #707DA0
Tints of Ship Cove #707DA0
RGB
CMYK
RGB Variations
Color information
#707DA0 (or 0x707DA0) is known color: Ship Cove. HEX triplet: 70, 7D and A0. RGB value is (112,125,160). Sum of RGB (Red+Green+Blue) = 112+125+160=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 160 - color contains mainly: blue. Hex color #707DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707DA0 is #8F825F. Grayscale: #7C7C7C. Windows color (decimal): -9405024 or 10517872. OLE color: 10517872.
HSL color Cylindrical-coordinate representation of color #707DA0: hue angle of 223.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 #707DA0 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 125 | 160 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.37 |
| HSL | 223.75º | 0.2% | 0.53% | - |
| HSV(B) | 223.75º | 0.3% | 0.63% | - |
| XYZ | 20.36 | 20.65 | 36.17 | - |
| YUV | 125.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 160 | 0.30 | 0.22 | 0 | 0.37 | 223.75 | 0.2 | 0.53 |
| Hex | 70 | 7D | A0 | 1E | 16 | 0 | 25 | E0 | 14 | 35 |
| Octal | 160 | 175 | 240 | 36 | 26 | 0 | 45 | 340 | 24 | 65 |
| Binary | 1110000 | 1111101 | 10100000 | 11110 | 10110 | 0 | 100101 | 11100000 | 10100 | 110101 |
Color Harmonies of #707DA0
Complementary color
Monochromatic Colors of #707DA0
Black with #707DA0
Text Example
Text Example
White with #707DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707DA0; }
p { color: rgb(112,125,160); }
H1.HeaderClassName
{
color: #707DA0;
}
.AnyTagClassName
{
color: #707DA0;
}
</style>
background-color css
<style>
a { background-color: #707DA0; }
a { background-color: rgb(112,125,160); }
div.DivClassName
{
background-color: #707DA0;
}
.BgClassName
{
background-color: #707DA0;
}
</style>
border-color css
<style>
span { border-color: #707DA0; }
span { border-color: rgb(112,125,160); }
td.TdClassName
{
border-color: #707DA0;
}
.TagClassName
{
border-color: #707DA0;
}
</style>