Shades of Ship Cove #788FAC
Tints of Ship Cove #788FAC
RGB
CMYK
RGB Variations
Color information
#788FAC (or 0x788FAC) is known color: Ship Cove. HEX triplet: 78, 8F and AC. RGB value is (120,143,172). Sum of RGB (Red+Green+Blue) = 120+143+172=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #788FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788FAC is #877053. Grayscale: #8B8B8B. Windows color (decimal): -8876116 or 11308920. OLE color: 11308920.
HSL color Cylindrical-coordinate representation of color #788FAC: hue angle of 213.46º degrees, saturation: 0.24, 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 #788FAC is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 143 | 172 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.33 |
| HSL | 213.46º | 0.24% | 0.57% | - |
| HSV(B) | 213.46º | 0.3% | 0.67% | - |
| XYZ | 25.01 | 26.62 | 42.85 | - |
| YUV | 139.43 | 146.38 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 172 | 0.30 | 0.17 | 0 | 0.33 | 213.46 | 0.24 | 0.57 |
| Hex | 78 | 8F | AC | 1E | 11 | 0 | 21 | D5 | 18 | 39 |
| Octal | 170 | 217 | 254 | 36 | 21 | 0 | 41 | 325 | 30 | 71 |
| Binary | 1111000 | 10001111 | 10101100 | 11110 | 10001 | 0 | 100001 | 11010101 | 11000 | 111001 |
Color Harmonies of #788FAC
Complementary color
Monochromatic Colors of #788FAC
Black with #788FAC
Text Example
Text Example
White with #788FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FAC; }
p { color: rgb(120,143,172); }
H1.HeaderClassName
{
color: #788FAC;
}
.AnyTagClassName
{
color: #788FAC;
}
</style>
background-color css
<style>
a { background-color: #788FAC; }
a { background-color: rgb(120,143,172); }
div.DivClassName
{
background-color: #788FAC;
}
.BgClassName
{
background-color: #788FAC;
}
</style>
border-color css
<style>
span { border-color: #788FAC; }
span { border-color: rgb(120,143,172); }
td.TdClassName
{
border-color: #788FAC;
}
.TagClassName
{
border-color: #788FAC;
}
</style>