Shades of Ship Cove #707DA9
Tints of Ship Cove #707DA9
RGB
CMYK
RGB Variations
Color information
#707DA9 (or 0x707DA9) is known color: Ship Cove. HEX triplet: 70, 7D and A9. RGB value is (112,125,169). Sum of RGB (Red+Green+Blue) = 112+125+169=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 169 - color contains mainly: blue. Hex color #707DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707DA9 is #8F8256. Grayscale: #7D7D7D. Windows color (decimal): -9405015 or 11107696. OLE color: 11107696.
HSL color Cylindrical-coordinate representation of color #707DA9: hue angle of 226.32º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #707DA9 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 125 | 169 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.34 |
| HSL | 226.32º | 0.25% | 0.55% | - |
| HSV(B) | 226.32º | 0.34% | 0.66% | - |
| XYZ | 21.18 | 20.98 | 40.47 | - |
| YUV | 126.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 169 | 0.34 | 0.26 | 0 | 0.34 | 226.32 | 0.25 | 0.55 |
| Hex | 70 | 7D | A9 | 22 | 1A | 0 | 22 | E2 | 19 | 37 |
| Octal | 160 | 175 | 251 | 42 | 32 | 0 | 42 | 342 | 31 | 67 |
| Binary | 1110000 | 1111101 | 10101001 | 100010 | 11010 | 0 | 100010 | 11100010 | 11001 | 110111 |
Color Harmonies of #707DA9
Complementary color
Monochromatic Colors of #707DA9
Black with #707DA9
Text Example
Text Example
White with #707DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707DA9; }
p { color: rgb(112,125,169); }
H1.HeaderClassName
{
color: #707DA9;
}
.AnyTagClassName
{
color: #707DA9;
}
</style>
background-color css
<style>
a { background-color: #707DA9; }
a { background-color: rgb(112,125,169); }
div.DivClassName
{
background-color: #707DA9;
}
.BgClassName
{
background-color: #707DA9;
}
</style>
border-color css
<style>
span { border-color: #707DA9; }
span { border-color: rgb(112,125,169); }
td.TdClassName
{
border-color: #707DA9;
}
.TagClassName
{
border-color: #707DA9;
}
</style>