Shades of Ship Cove #788BAE
Tints of Ship Cove #788BAE
RGB
CMYK
RGB Variations
Color information
#788BAE (or 0x788BAE) is known color: Ship Cove. HEX triplet: 78, 8B and AE. RGB value is (120,139,174). Sum of RGB (Red+Green+Blue) = 120+139+174=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #788BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788BAE is #877451. Grayscale: #898989. Windows color (decimal): -8877138 or 11438968. OLE color: 11438968.
HSL color Cylindrical-coordinate representation of color #788BAE: hue angle of 218.89º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #788BAE is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 139 | 174 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.32 |
| HSL | 218.89º | 0.25% | 0.58% | - |
| HSV(B) | 218.89º | 0.31% | 0.68% | - |
| XYZ | 24.62 | 25.51 | 43.67 | - |
| YUV | 137.31 | 148.71 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 174 | 0.31 | 0.20 | 0 | 0.32 | 218.89 | 0.25 | 0.58 |
| Hex | 78 | 8B | AE | 1F | 14 | 0 | 20 | DB | 19 | 3A |
| Octal | 170 | 213 | 256 | 37 | 24 | 0 | 40 | 333 | 31 | 72 |
| Binary | 1111000 | 10001011 | 10101110 | 11111 | 10100 | 0 | 100000 | 11011011 | 11001 | 111010 |
Color Harmonies of #788BAE
Complementary color
Monochromatic Colors of #788BAE
Black with #788BAE
Text Example
Text Example
White with #788BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788BAE; }
p { color: rgb(120,139,174); }
H1.HeaderClassName
{
color: #788BAE;
}
.AnyTagClassName
{
color: #788BAE;
}
</style>
background-color css
<style>
a { background-color: #788BAE; }
a { background-color: rgb(120,139,174); }
div.DivClassName
{
background-color: #788BAE;
}
.BgClassName
{
background-color: #788BAE;
}
</style>
border-color css
<style>
span { border-color: #788BAE; }
span { border-color: rgb(120,139,174); }
td.TdClassName
{
border-color: #788BAE;
}
.TagClassName
{
border-color: #788BAE;
}
</style>