Shades of Ship Cove #707EA2
Tints of Ship Cove #707EA2
RGB
CMYK
RGB Variations
Color information
#707EA2 (or 0x707EA2) is known color: Ship Cove. HEX triplet: 70, 7E and A2. RGB value is (112,126,162). Sum of RGB (Red+Green+Blue) = 112+126+162=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 162 - color contains mainly: blue. Hex color #707EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707EA2 is #8F815D. Grayscale: #7D7D7D. Windows color (decimal): -9404766 or 10649200. OLE color: 10649200.
HSL color Cylindrical-coordinate representation of color #707EA2: hue angle of 223.2º 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 #707EA2 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 126 | 162 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.36 |
| HSL | 223.2º | 0.21% | 0.54% | - |
| HSV(B) | 223.2º | 0.31% | 0.64% | - |
| XYZ | 20.66 | 20.98 | 37.14 | - |
| YUV | 125.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 162 | 0.31 | 0.22 | 0 | 0.36 | 223.2 | 0.21 | 0.54 |
| Hex | 70 | 7E | A2 | 1F | 16 | 0 | 24 | DF | 15 | 36 |
| Octal | 160 | 176 | 242 | 37 | 26 | 0 | 44 | 337 | 25 | 66 |
| Binary | 1110000 | 1111110 | 10100010 | 11111 | 10110 | 0 | 100100 | 11011111 | 10101 | 110110 |
Color Harmonies of #707EA2
Complementary color
Monochromatic Colors of #707EA2
Black with #707EA2
Text Example
Text Example
White with #707EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707EA2; }
p { color: rgb(112,126,162); }
H1.HeaderClassName
{
color: #707EA2;
}
.AnyTagClassName
{
color: #707EA2;
}
</style>
background-color css
<style>
a { background-color: #707EA2; }
a { background-color: rgb(112,126,162); }
div.DivClassName
{
background-color: #707EA2;
}
.BgClassName
{
background-color: #707EA2;
}
</style>
border-color css
<style>
span { border-color: #707EA2; }
span { border-color: rgb(112,126,162); }
td.TdClassName
{
border-color: #707EA2;
}
.TagClassName
{
border-color: #707EA2;
}
</style>