Shades of Ship Cove #707C9F
Tints of Ship Cove #707C9F
RGB
CMYK
RGB Variations
Color information
#707C9F (or 0x707C9F) is known color: Ship Cove. HEX triplet: 70, 7C and 9F. RGB value is (112,124,159). Sum of RGB (Red+Green+Blue) = 112+124+159=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #707C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C9F is #8F8360. Grayscale: #7C7C7C. Windows color (decimal): -9405281 or 10452080. OLE color: 10452080.
HSL color Cylindrical-coordinate representation of color #707C9F: hue angle of 224.68º 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 #707C9F is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 124 | 159 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.38 |
| HSL | 224.68º | 0.2% | 0.53% | - |
| HSV(B) | 224.68º | 0.3% | 0.62% | - |
| XYZ | 20.15 | 20.36 | 35.67 | - |
| YUV | 124.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 159 | 0.30 | 0.22 | 0 | 0.38 | 224.68 | 0.2 | 0.53 |
| Hex | 70 | 7C | 9F | 1E | 16 | 0 | 26 | E1 | 14 | 35 |
| Octal | 160 | 174 | 237 | 36 | 26 | 0 | 46 | 341 | 24 | 65 |
| Binary | 1110000 | 1111100 | 10011111 | 11110 | 10110 | 0 | 100110 | 11100001 | 10100 | 110101 |
Color Harmonies of #707C9F
Complementary color
Monochromatic Colors of #707C9F
Black with #707C9F
Text Example
Text Example
White with #707C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C9F; }
p { color: rgb(112,124,159); }
H1.HeaderClassName
{
color: #707C9F;
}
.AnyTagClassName
{
color: #707C9F;
}
</style>
background-color css
<style>
a { background-color: #707C9F; }
a { background-color: rgb(112,124,159); }
div.DivClassName
{
background-color: #707C9F;
}
.BgClassName
{
background-color: #707C9F;
}
</style>
border-color css
<style>
span { border-color: #707C9F; }
span { border-color: rgb(112,124,159); }
td.TdClassName
{
border-color: #707C9F;
}
.TagClassName
{
border-color: #707C9F;
}
</style>