Shades of Ship Cove #707A9F
Tints of Ship Cove #707A9F
RGB
CMYK
RGB Variations
Color information
#707A9F (or 0x707A9F) is known color: Ship Cove. HEX triplet: 70, 7A and 9F. RGB value is (112,122,159). Sum of RGB (Red+Green+Blue) = 112+122+159=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #707A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707A9F is #8F8560. Grayscale: #7B7B7B. Windows color (decimal): -9405793 or 10451568. OLE color: 10451568.
HSL color Cylindrical-coordinate representation of color #707A9F: hue angle of 227.23º 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 #707A9F is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 122 | 159 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.38 |
| HSL | 227.23º | 0.2% | 0.53% | - |
| HSV(B) | 227.23º | 0.3% | 0.62% | - |
| XYZ | 19.9 | 19.87 | 35.59 | - |
| YUV | 123.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 159 | 0.30 | 0.23 | 0 | 0.38 | 227.23 | 0.2 | 0.53 |
| Hex | 70 | 7A | 9F | 1E | 17 | 0 | 26 | E3 | 14 | 35 |
| Octal | 160 | 172 | 237 | 36 | 27 | 0 | 46 | 343 | 24 | 65 |
| Binary | 1110000 | 1111010 | 10011111 | 11110 | 10111 | 0 | 100110 | 11100011 | 10100 | 110101 |
Color Harmonies of #707A9F
Complementary color
Monochromatic Colors of #707A9F
Black with #707A9F
Text Example
Text Example
White with #707A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707A9F; }
p { color: rgb(112,122,159); }
H1.HeaderClassName
{
color: #707A9F;
}
.AnyTagClassName
{
color: #707A9F;
}
</style>
background-color css
<style>
a { background-color: #707A9F; }
a { background-color: rgb(112,122,159); }
div.DivClassName
{
background-color: #707A9F;
}
.BgClassName
{
background-color: #707A9F;
}
</style>
border-color css
<style>
span { border-color: #707A9F; }
span { border-color: rgb(112,122,159); }
td.TdClassName
{
border-color: #707A9F;
}
.TagClassName
{
border-color: #707A9F;
}
</style>