Shades of Ship Cove #707EA7
Tints of Ship Cove #707EA7
RGB
CMYK
RGB Variations
Color information
#707EA7 (or 0x707EA7) is known color: Ship Cove. HEX triplet: 70, 7E and A7. RGB value is (112,126,167). Sum of RGB (Red+Green+Blue) = 112+126+167=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 167 - color contains mainly: blue. Hex color #707EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707EA7 is #8F8158. Grayscale: #7E7E7E. Windows color (decimal): -9404761 or 10976880. OLE color: 10976880.
HSL color Cylindrical-coordinate representation of color #707EA7: hue angle of 224.73º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #707EA7 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 126 | 167 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.35 |
| HSL | 224.73º | 0.24% | 0.55% | - |
| HSV(B) | 224.73º | 0.33% | 0.65% | - |
| XYZ | 21.12 | 21.16 | 39.53 | - |
| YUV | 126.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 167 | 0.33 | 0.25 | 0 | 0.35 | 224.73 | 0.24 | 0.55 |
| Hex | 70 | 7E | A7 | 21 | 19 | 0 | 23 | E1 | 18 | 37 |
| Octal | 160 | 176 | 247 | 41 | 31 | 0 | 43 | 341 | 30 | 67 |
| Binary | 1110000 | 1111110 | 10100111 | 100001 | 11001 | 0 | 100011 | 11100001 | 11000 | 110111 |
Color Harmonies of #707EA7
Complementary color
Monochromatic Colors of #707EA7
Black with #707EA7
Text Example
Text Example
White with #707EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707EA7; }
p { color: rgb(112,126,167); }
H1.HeaderClassName
{
color: #707EA7;
}
.AnyTagClassName
{
color: #707EA7;
}
</style>
background-color css
<style>
a { background-color: #707EA7; }
a { background-color: rgb(112,126,167); }
div.DivClassName
{
background-color: #707EA7;
}
.BgClassName
{
background-color: #707EA7;
}
</style>
border-color css
<style>
span { border-color: #707EA7; }
span { border-color: rgb(112,126,167); }
td.TdClassName
{
border-color: #707EA7;
}
.TagClassName
{
border-color: #707EA7;
}
</style>