Shades of Ship Cove #788BA8
Tints of Ship Cove #788BA8
RGB
CMYK
RGB Variations
Color information
#788BA8 (or 0x788BA8) is known color: Ship Cove. HEX triplet: 78, 8B and A8. RGB value is (120,139,168). Sum of RGB (Red+Green+Blue) = 120+139+168=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 168 - color contains mainly: blue. Hex color #788BA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788BA8 is #877457. Grayscale: #888888. Windows color (decimal): -8877144 or 11045752. OLE color: 11045752.
HSL color Cylindrical-coordinate representation of color #788BA8: hue angle of 216.25º 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 #788BA8 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 139 | 168 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.34 |
| HSL | 216.25º | 0.22% | 0.56% | - |
| HSV(B) | 216.25º | 0.29% | 0.66% | - |
| XYZ | 24.05 | 25.29 | 40.66 | - |
| YUV | 136.63 | 145.71 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 168 | 0.29 | 0.17 | 0 | 0.34 | 216.25 | 0.22 | 0.56 |
| Hex | 78 | 8B | A8 | 1D | 11 | 0 | 22 | D8 | 16 | 38 |
| Octal | 170 | 213 | 250 | 35 | 21 | 0 | 42 | 330 | 26 | 70 |
| Binary | 1111000 | 10001011 | 10101000 | 11101 | 10001 | 0 | 100010 | 11011000 | 10110 | 111000 |
Color Harmonies of #788BA8
Complementary color
Monochromatic Colors of #788BA8
Black with #788BA8
Text Example
Text Example
White with #788BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788BA8; }
p { color: rgb(120,139,168); }
H1.HeaderClassName
{
color: #788BA8;
}
.AnyTagClassName
{
color: #788BA8;
}
</style>
background-color css
<style>
a { background-color: #788BA8; }
a { background-color: rgb(120,139,168); }
div.DivClassName
{
background-color: #788BA8;
}
.BgClassName
{
background-color: #788BA8;
}
</style>
border-color css
<style>
span { border-color: #788BA8; }
span { border-color: rgb(120,139,168); }
td.TdClassName
{
border-color: #788BA8;
}
.TagClassName
{
border-color: #788BA8;
}
</style>