Shades of Ship Cove #788AA6
Tints of Ship Cove #788AA6
RGB
CMYK
RGB Variations
Color information
#788AA6 (or 0x788AA6) is known color: Ship Cove. HEX triplet: 78, 8A and A6. RGB value is (120,138,166). Sum of RGB (Red+Green+Blue) = 120+138+166=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 166 - color contains mainly: blue. Hex color #788AA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788AA6 is #877559. Grayscale: #878787. Windows color (decimal): -8877402 or 10914424. OLE color: 10914424.
HSL color Cylindrical-coordinate representation of color #788AA6: hue angle of 216.52º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #788AA6 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 138 | 166 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.35 |
| HSL | 216.52º | 0.21% | 0.56% | - |
| HSV(B) | 216.52º | 0.28% | 0.65% | - |
| XYZ | 23.72 | 24.92 | 39.64 | - |
| YUV | 135.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 166 | 0.28 | 0.17 | 0 | 0.35 | 216.52 | 0.21 | 0.56 |
| Hex | 78 | 8A | A6 | 1C | 11 | 0 | 23 | D9 | 15 | 38 |
| Octal | 170 | 212 | 246 | 34 | 21 | 0 | 43 | 331 | 25 | 70 |
| Binary | 1111000 | 10001010 | 10100110 | 11100 | 10001 | 0 | 100011 | 11011001 | 10101 | 111000 |
Color Harmonies of #788AA6
Complementary color
Monochromatic Colors of #788AA6
Black with #788AA6
Text Example
Text Example
White with #788AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788AA6; }
p { color: rgb(120,138,166); }
H1.HeaderClassName
{
color: #788AA6;
}
.AnyTagClassName
{
color: #788AA6;
}
</style>
background-color css
<style>
a { background-color: #788AA6; }
a { background-color: rgb(120,138,166); }
div.DivClassName
{
background-color: #788AA6;
}
.BgClassName
{
background-color: #788AA6;
}
</style>
border-color css
<style>
span { border-color: #788AA6; }
span { border-color: rgb(120,138,166); }
td.TdClassName
{
border-color: #788AA6;
}
.TagClassName
{
border-color: #788AA6;
}
</style>