Shades of Ship Cove #707DA4
Tints of Ship Cove #707DA4
RGB
CMYK
RGB Variations
Color information
#707DA4 (or 0x707DA4) is known color: Ship Cove. HEX triplet: 70, 7D and A4. RGB value is (112,125,164). Sum of RGB (Red+Green+Blue) = 112+125+164=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 164 - color contains mainly: blue. Hex color #707DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707DA4 is #8F825B. Grayscale: #7D7D7D. Windows color (decimal): -9405020 or 10780016. OLE color: 10780016.
HSL color Cylindrical-coordinate representation of color #707DA4: hue angle of 225º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #707DA4 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 125 | 164 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.36 |
| HSL | 225º | 0.22% | 0.54% | - |
| HSV(B) | 225º | 0.32% | 0.64% | - |
| XYZ | 20.72 | 20.79 | 38.04 | - |
| YUV | 125.56 | 149.69 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 164 | 0.32 | 0.24 | 0 | 0.36 | 225 | 0.22 | 0.54 |
| Hex | 70 | 7D | A4 | 20 | 18 | 0 | 24 | E1 | 16 | 36 |
| Octal | 160 | 175 | 244 | 40 | 30 | 0 | 44 | 341 | 26 | 66 |
| Binary | 1110000 | 1111101 | 10100100 | 100000 | 11000 | 0 | 100100 | 11100001 | 10110 | 110110 |
Color Harmonies of #707DA4
Complementary color
Monochromatic Colors of #707DA4
Black with #707DA4
Text Example
Text Example
White with #707DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707DA4; }
p { color: rgb(112,125,164); }
H1.HeaderClassName
{
color: #707DA4;
}
.AnyTagClassName
{
color: #707DA4;
}
</style>
background-color css
<style>
a { background-color: #707DA4; }
a { background-color: rgb(112,125,164); }
div.DivClassName
{
background-color: #707DA4;
}
.BgClassName
{
background-color: #707DA4;
}
</style>
border-color css
<style>
span { border-color: #707DA4; }
span { border-color: rgb(112,125,164); }
td.TdClassName
{
border-color: #707DA4;
}
.TagClassName
{
border-color: #707DA4;
}
</style>