Shades of Ship Cove #788AAB
Tints of Ship Cove #788AAB
RGB
CMYK
RGB Variations
Color information
#788AAB (or 0x788AAB) is known color: Ship Cove. HEX triplet: 78, 8A and AB. RGB value is (120,138,171). Sum of RGB (Red+Green+Blue) = 120+138+171=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #788AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788AAB is #877554. Grayscale: #888888. Windows color (decimal): -8877397 or 11242104. OLE color: 11242104.
HSL color Cylindrical-coordinate representation of color #788AAB: hue angle of 218.82º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #788AAB is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 138 | 171 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.33 |
| HSL | 218.82º | 0.23% | 0.57% | - |
| HSV(B) | 218.82º | 0.3% | 0.67% | - |
| XYZ | 24.18 | 25.11 | 42.1 | - |
| YUV | 136.38 | 147.54 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 171 | 0.30 | 0.19 | 0 | 0.33 | 218.82 | 0.23 | 0.57 |
| Hex | 78 | 8A | AB | 1E | 13 | 0 | 21 | DB | 17 | 39 |
| Octal | 170 | 212 | 253 | 36 | 23 | 0 | 41 | 333 | 27 | 71 |
| Binary | 1111000 | 10001010 | 10101011 | 11110 | 10011 | 0 | 100001 | 11011011 | 10111 | 111001 |
Color Harmonies of #788AAB
Complementary color
Monochromatic Colors of #788AAB
Black with #788AAB
Text Example
Text Example
White with #788AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788AAB; }
p { color: rgb(120,138,171); }
H1.HeaderClassName
{
color: #788AAB;
}
.AnyTagClassName
{
color: #788AAB;
}
</style>
background-color css
<style>
a { background-color: #788AAB; }
a { background-color: rgb(120,138,171); }
div.DivClassName
{
background-color: #788AAB;
}
.BgClassName
{
background-color: #788AAB;
}
</style>
border-color css
<style>
span { border-color: #788AAB; }
span { border-color: rgb(120,138,171); }
td.TdClassName
{
border-color: #788AAB;
}
.TagClassName
{
border-color: #788AAB;
}
</style>