Shades of Ship Cove #707FA6
Tints of Ship Cove #707FA6
RGB
CMYK
RGB Variations
Color information
#707FA6 (or 0x707FA6) is known color: Ship Cove. HEX triplet: 70, 7F and A6. RGB value is (112,127,166). Sum of RGB (Red+Green+Blue) = 112+127+166=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 166 - color contains mainly: blue. Hex color #707FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707FA6 is #8F8059. Grayscale: #7E7E7E. Windows color (decimal): -9404506 or 10911600. OLE color: 10911600.
HSL color Cylindrical-coordinate representation of color #707FA6: hue angle of 223.33º degrees, saturation: 0.23, 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 #707FA6 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 127 | 166 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.35 |
| HSL | 223.33º | 0.23% | 0.55% | - |
| HSV(B) | 223.33º | 0.33% | 0.65% | - |
| XYZ | 21.15 | 21.38 | 39.09 | - |
| YUV | 126.96 | 150.03 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 166 | 0.33 | 0.23 | 0 | 0.35 | 223.33 | 0.23 | 0.55 |
| Hex | 70 | 7F | A6 | 21 | 17 | 0 | 23 | DF | 17 | 37 |
| Octal | 160 | 177 | 246 | 41 | 27 | 0 | 43 | 337 | 27 | 67 |
| Binary | 1110000 | 1111111 | 10100110 | 100001 | 10111 | 0 | 100011 | 11011111 | 10111 | 110111 |
Color Harmonies of #707FA6
Complementary color
Monochromatic Colors of #707FA6
Black with #707FA6
Text Example
Text Example
White with #707FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707FA6; }
p { color: rgb(112,127,166); }
H1.HeaderClassName
{
color: #707FA6;
}
.AnyTagClassName
{
color: #707FA6;
}
</style>
background-color css
<style>
a { background-color: #707FA6; }
a { background-color: rgb(112,127,166); }
div.DivClassName
{
background-color: #707FA6;
}
.BgClassName
{
background-color: #707FA6;
}
</style>
border-color css
<style>
span { border-color: #707FA6; }
span { border-color: rgb(112,127,166); }
td.TdClassName
{
border-color: #707FA6;
}
.TagClassName
{
border-color: #707FA6;
}
</style>