Shades of Ship Cove #707CA2
Tints of Ship Cove #707CA2
RGB
CMYK
RGB Variations
Color information
#707CA2 (or 0x707CA2) is known color: Ship Cove. HEX triplet: 70, 7C and A2. RGB value is (112,124,162). Sum of RGB (Red+Green+Blue) = 112+124+162=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 162 - color contains mainly: blue. Hex color #707CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707CA2 is #8F835D. Grayscale: #7C7C7C. Windows color (decimal): -9405278 or 10648688. OLE color: 10648688.
HSL color Cylindrical-coordinate representation of color #707CA2: hue angle of 225.6º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #707CA2 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 124 | 162 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.36 |
| HSL | 225.6º | 0.21% | 0.54% | - |
| HSV(B) | 225.6º | 0.31% | 0.64% | - |
| XYZ | 20.41 | 20.47 | 37.06 | - |
| YUV | 124.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 162 | 0.31 | 0.23 | 0 | 0.36 | 225.6 | 0.21 | 0.54 |
| Hex | 70 | 7C | A2 | 1F | 17 | 0 | 24 | E2 | 15 | 36 |
| Octal | 160 | 174 | 242 | 37 | 27 | 0 | 44 | 342 | 25 | 66 |
| Binary | 1110000 | 1111100 | 10100010 | 11111 | 10111 | 0 | 100100 | 11100010 | 10101 | 110110 |
Color Harmonies of #707CA2
Complementary color
Monochromatic Colors of #707CA2
Black with #707CA2
Text Example
Text Example
White with #707CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707CA2; }
p { color: rgb(112,124,162); }
H1.HeaderClassName
{
color: #707CA2;
}
.AnyTagClassName
{
color: #707CA2;
}
</style>
background-color css
<style>
a { background-color: #707CA2; }
a { background-color: rgb(112,124,162); }
div.DivClassName
{
background-color: #707CA2;
}
.BgClassName
{
background-color: #707CA2;
}
</style>
border-color css
<style>
span { border-color: #707CA2; }
span { border-color: rgb(112,124,162); }
td.TdClassName
{
border-color: #707CA2;
}
.TagClassName
{
border-color: #707CA2;
}
</style>