Shades of Ship Cove #788DAA
Tints of Ship Cove #788DAA
RGB
CMYK
RGB Variations
Color information
#788DAA (or 0x788DAA) is known color: Ship Cove. HEX triplet: 78, 8D and AA. RGB value is (120,141,170). Sum of RGB (Red+Green+Blue) = 120+141+170=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #788DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788DAA is #877255. Grayscale: #898989. Windows color (decimal): -8876630 or 11177336. OLE color: 11177336.
HSL color Cylindrical-coordinate representation of color #788DAA: hue angle of 214.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #788DAA is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 141 | 170 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.33 |
| HSL | 214.8º | 0.23% | 0.57% | - |
| HSV(B) | 214.8º | 0.29% | 0.67% | - |
| XYZ | 24.53 | 25.95 | 41.75 | - |
| YUV | 138.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 170 | 0.29 | 0.17 | 0 | 0.33 | 214.8 | 0.23 | 0.57 |
| Hex | 78 | 8D | AA | 1D | 11 | 0 | 21 | D7 | 17 | 39 |
| Octal | 170 | 215 | 252 | 35 | 21 | 0 | 41 | 327 | 27 | 71 |
| Binary | 1111000 | 10001101 | 10101010 | 11101 | 10001 | 0 | 100001 | 11010111 | 10111 | 111001 |
Color Harmonies of #788DAA
Complementary color
Monochromatic Colors of #788DAA
Black with #788DAA
Text Example
Text Example
White with #788DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788DAA; }
p { color: rgb(120,141,170); }
H1.HeaderClassName
{
color: #788DAA;
}
.AnyTagClassName
{
color: #788DAA;
}
</style>
background-color css
<style>
a { background-color: #788DAA; }
a { background-color: rgb(120,141,170); }
div.DivClassName
{
background-color: #788DAA;
}
.BgClassName
{
background-color: #788DAA;
}
</style>
border-color css
<style>
span { border-color: #788DAA; }
span { border-color: rgb(120,141,170); }
td.TdClassName
{
border-color: #788DAA;
}
.TagClassName
{
border-color: #788DAA;
}
</style>