Shades of Ship Cove #788EA8
Tints of Ship Cove #788EA8
RGB
CMYK
RGB Variations
Color information
#788EA8 (or 0x788EA8) is known color: Ship Cove. HEX triplet: 78, 8E and A8. RGB value is (120,142,168). Sum of RGB (Red+Green+Blue) = 120+142+168=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 168 - color contains mainly: blue. Hex color #788EA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788EA8 is #877157. Grayscale: #8A8A8A. Windows color (decimal): -8876376 or 11046520. OLE color: 11046520.
HSL color Cylindrical-coordinate representation of color #788EA8: hue angle of 212.5º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #788EA8 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 142 | 168 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.34 |
| HSL | 212.5º | 0.22% | 0.56% | - |
| HSV(B) | 212.5º | 0.29% | 0.66% | - |
| XYZ | 24.49 | 26.17 | 40.81 | - |
| YUV | 138.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 168 | 0.29 | 0.15 | 0 | 0.34 | 212.5 | 0.22 | 0.56 |
| Hex | 78 | 8E | A8 | 1D | F | 0 | 22 | D4 | 16 | 38 |
| Octal | 170 | 216 | 250 | 35 | 17 | 0 | 42 | 324 | 26 | 70 |
| Binary | 1111000 | 10001110 | 10101000 | 11101 | 1111 | 0 | 100010 | 11010100 | 10110 | 111000 |
Color Harmonies of #788EA8
Complementary color
Monochromatic Colors of #788EA8
Black with #788EA8
Text Example
Text Example
White with #788EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788EA8; }
p { color: rgb(120,142,168); }
H1.HeaderClassName
{
color: #788EA8;
}
.AnyTagClassName
{
color: #788EA8;
}
</style>
background-color css
<style>
a { background-color: #788EA8; }
a { background-color: rgb(120,142,168); }
div.DivClassName
{
background-color: #788EA8;
}
.BgClassName
{
background-color: #788EA8;
}
</style>
border-color css
<style>
span { border-color: #788EA8; }
span { border-color: rgb(120,142,168); }
td.TdClassName
{
border-color: #788EA8;
}
.TagClassName
{
border-color: #788EA8;
}
</style>