Shades of Ship Cove #708AB5
Tints of Ship Cove #708AB5
RGB
CMYK
RGB Variations
Color information
#708AB5 (or 0x708AB5) is known color: Ship Cove. HEX triplet: 70, 8A and B5. RGB value is (112,138,181). Sum of RGB (Red+Green+Blue) = 112+138+181=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #708AB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708AB5 is #8F754A. Grayscale: #868686. Windows color (decimal): -9401675 or 11897456. OLE color: 11897456.
HSL color Cylindrical-coordinate representation of color #708AB5: hue angle of 217.39º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #708AB5 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 138 | 181 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.29 |
| HSL | 217.39º | 0.32% | 0.57% | - |
| HSV(B) | 217.39º | 0.38% | 0.71% | - |
| XYZ | 24.11 | 24.96 | 47.26 | - |
| YUV | 135.13 | 153.89 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 181 | 0.38 | 0.24 | 0 | 0.29 | 217.39 | 0.32 | 0.57 |
| Hex | 70 | 8A | B5 | 26 | 18 | 0 | 1D | D9 | 20 | 39 |
| Octal | 160 | 212 | 265 | 46 | 30 | 0 | 35 | 331 | 40 | 71 |
| Binary | 1110000 | 10001010 | 10110101 | 100110 | 11000 | 0 | 11101 | 11011001 | 100000 | 111001 |
Color Harmonies of #708AB5
Complementary color
Monochromatic Colors of #708AB5
Black with #708AB5
Text Example
Text Example
White with #708AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AB5; }
p { color: rgb(112,138,181); }
H1.HeaderClassName
{
color: #708AB5;
}
.AnyTagClassName
{
color: #708AB5;
}
</style>
background-color css
<style>
a { background-color: #708AB5; }
a { background-color: rgb(112,138,181); }
div.DivClassName
{
background-color: #708AB5;
}
.BgClassName
{
background-color: #708AB5;
}
</style>
border-color css
<style>
span { border-color: #708AB5; }
span { border-color: rgb(112,138,181); }
td.TdClassName
{
border-color: #708AB5;
}
.TagClassName
{
border-color: #708AB5;
}
</style>