Shades of Ship Cove #707F9F
Tints of Ship Cove #707F9F
RGB
CMYK
RGB Variations
Color information
#707F9F (or 0x707F9F) is known color: Ship Cove. HEX triplet: 70, 7F and 9F. RGB value is (112,127,159). Sum of RGB (Red+Green+Blue) = 112+127+159=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #707F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F9F is #8F8060. Grayscale: #7E7E7E. Windows color (decimal): -9404513 or 10452848. OLE color: 10452848.
HSL color Cylindrical-coordinate representation of color #707F9F: hue angle of 220.85º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #707F9F is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 127 | 159 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.38 |
| HSL | 220.85º | 0.2% | 0.53% | - |
| HSV(B) | 220.85º | 0.3% | 0.62% | - |
| XYZ | 20.53 | 21.13 | 35.8 | - |
| YUV | 126.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 159 | 0.30 | 0.20 | 0 | 0.38 | 220.85 | 0.2 | 0.53 |
| Hex | 70 | 7F | 9F | 1E | 14 | 0 | 26 | DD | 14 | 35 |
| Octal | 160 | 177 | 237 | 36 | 24 | 0 | 46 | 335 | 24 | 65 |
| Binary | 1110000 | 1111111 | 10011111 | 11110 | 10100 | 0 | 100110 | 11011101 | 10100 | 110101 |
Color Harmonies of #707F9F
Complementary color
Monochromatic Colors of #707F9F
Black with #707F9F
Text Example
Text Example
White with #707F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F9F; }
p { color: rgb(112,127,159); }
H1.HeaderClassName
{
color: #707F9F;
}
.AnyTagClassName
{
color: #707F9F;
}
</style>
background-color css
<style>
a { background-color: #707F9F; }
a { background-color: rgb(112,127,159); }
div.DivClassName
{
background-color: #707F9F;
}
.BgClassName
{
background-color: #707F9F;
}
</style>
border-color css
<style>
span { border-color: #707F9F; }
span { border-color: rgb(112,127,159); }
td.TdClassName
{
border-color: #707F9F;
}
.TagClassName
{
border-color: #707F9F;
}
</style>