Shades of Ship Cove #788BA9
Tints of Ship Cove #788BA9
RGB
CMYK
RGB Variations
Color information
#788BA9 (or 0x788BA9) is known color: Ship Cove. HEX triplet: 78, 8B and A9. RGB value is (120,139,169). Sum of RGB (Red+Green+Blue) = 120+139+169=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 169 - color contains mainly: blue. Hex color #788BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788BA9 is #877456. Grayscale: #888888. Windows color (decimal): -8877143 or 11111288. OLE color: 11111288.
HSL color Cylindrical-coordinate representation of color #788BA9: hue angle of 216.73º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #788BA9 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 139 | 169 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.34 |
| HSL | 216.73º | 0.22% | 0.57% | - |
| HSV(B) | 216.73º | 0.29% | 0.66% | - |
| XYZ | 24.14 | 25.32 | 41.15 | - |
| YUV | 136.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 169 | 0.29 | 0.18 | 0 | 0.34 | 216.73 | 0.22 | 0.57 |
| Hex | 78 | 8B | A9 | 1D | 12 | 0 | 22 | D9 | 16 | 39 |
| Octal | 170 | 213 | 251 | 35 | 22 | 0 | 42 | 331 | 26 | 71 |
| Binary | 1111000 | 10001011 | 10101001 | 11101 | 10010 | 0 | 100010 | 11011001 | 10110 | 111001 |
Color Harmonies of #788BA9
Complementary color
Monochromatic Colors of #788BA9
Black with #788BA9
Text Example
Text Example
White with #788BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788BA9; }
p { color: rgb(120,139,169); }
H1.HeaderClassName
{
color: #788BA9;
}
.AnyTagClassName
{
color: #788BA9;
}
</style>
background-color css
<style>
a { background-color: #788BA9; }
a { background-color: rgb(120,139,169); }
div.DivClassName
{
background-color: #788BA9;
}
.BgClassName
{
background-color: #788BA9;
}
</style>
border-color css
<style>
span { border-color: #788BA9; }
span { border-color: rgb(120,139,169); }
td.TdClassName
{
border-color: #788BA9;
}
.TagClassName
{
border-color: #788BA9;
}
</style>