Shades of Ship Cove #707CA3
Tints of Ship Cove #707CA3
RGB
CMYK
RGB Variations
Color information
#707CA3 (or 0x707CA3) is known color: Ship Cove. HEX triplet: 70, 7C and A3. RGB value is (112,124,163). Sum of RGB (Red+Green+Blue) = 112+124+163=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 163 - color contains mainly: blue. Hex color #707CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707CA3 is #8F835C. Grayscale: #7C7C7C. Windows color (decimal): -9405277 or 10714224. OLE color: 10714224.
HSL color Cylindrical-coordinate representation of color #707CA3: hue angle of 225.88º degrees, saturation: 0.22, 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 #707CA3 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 124 | 163 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.36 |
| HSL | 225.88º | 0.22% | 0.54% | - |
| HSV(B) | 225.88º | 0.31% | 0.64% | - |
| XYZ | 20.5 | 20.5 | 37.53 | - |
| YUV | 124.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 163 | 0.31 | 0.24 | 0 | 0.36 | 225.88 | 0.22 | 0.54 |
| Hex | 70 | 7C | A3 | 1F | 18 | 0 | 24 | E2 | 16 | 36 |
| Octal | 160 | 174 | 243 | 37 | 30 | 0 | 44 | 342 | 26 | 66 |
| Binary | 1110000 | 1111100 | 10100011 | 11111 | 11000 | 0 | 100100 | 11100010 | 10110 | 110110 |
Color Harmonies of #707CA3
Complementary color
Monochromatic Colors of #707CA3
Black with #707CA3
Text Example
Text Example
White with #707CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707CA3; }
p { color: rgb(112,124,163); }
H1.HeaderClassName
{
color: #707CA3;
}
.AnyTagClassName
{
color: #707CA3;
}
</style>
background-color css
<style>
a { background-color: #707CA3; }
a { background-color: rgb(112,124,163); }
div.DivClassName
{
background-color: #707CA3;
}
.BgClassName
{
background-color: #707CA3;
}
</style>
border-color css
<style>
span { border-color: #707CA3; }
span { border-color: rgb(112,124,163); }
td.TdClassName
{
border-color: #707CA3;
}
.TagClassName
{
border-color: #707CA3;
}
</style>