Shades of Ship Cove #707BA2
Tints of Ship Cove #707BA2
RGB
CMYK
RGB Variations
Color information
#707BA2 (or 0x707BA2) is known color: Ship Cove. HEX triplet: 70, 7B and A2. RGB value is (112,123,162). Sum of RGB (Red+Green+Blue) = 112+123+162=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 162 - color contains mainly: blue. Hex color #707BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707BA2 is #8F845D. Grayscale: #7B7B7B. Windows color (decimal): -9405534 or 10648432. OLE color: 10648432.
HSL color Cylindrical-coordinate representation of color #707BA2: hue angle of 226.8º 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 #707BA2 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 123 | 162 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.36 |
| HSL | 226.8º | 0.21% | 0.54% | - |
| HSV(B) | 226.8º | 0.31% | 0.64% | - |
| XYZ | 20.29 | 20.22 | 37.02 | - |
| YUV | 124.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 162 | 0.31 | 0.24 | 0 | 0.36 | 226.8 | 0.21 | 0.54 |
| Hex | 70 | 7B | A2 | 1F | 18 | 0 | 24 | E3 | 15 | 36 |
| Octal | 160 | 173 | 242 | 37 | 30 | 0 | 44 | 343 | 25 | 66 |
| Binary | 1110000 | 1111011 | 10100010 | 11111 | 11000 | 0 | 100100 | 11100011 | 10101 | 110110 |
Color Harmonies of #707BA2
Complementary color
Monochromatic Colors of #707BA2
Black with #707BA2
Text Example
Text Example
White with #707BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707BA2; }
p { color: rgb(112,123,162); }
H1.HeaderClassName
{
color: #707BA2;
}
.AnyTagClassName
{
color: #707BA2;
}
</style>
background-color css
<style>
a { background-color: #707BA2; }
a { background-color: rgb(112,123,162); }
div.DivClassName
{
background-color: #707BA2;
}
.BgClassName
{
background-color: #707BA2;
}
</style>
border-color css
<style>
span { border-color: #707BA2; }
span { border-color: rgb(112,123,162); }
td.TdClassName
{
border-color: #707BA2;
}
.TagClassName
{
border-color: #707BA2;
}
</style>