Shades of Ship Cove #778BAE
Tints of Ship Cove #778BAE
RGB
CMYK
RGB Variations
Color information
#778BAE (or 0x778BAE) is known color: Ship Cove. HEX triplet: 77, 8B and AE. RGB value is (119,139,174). Sum of RGB (Red+Green+Blue) = 119+139+174=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #778BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778BAE is #887451. Grayscale: #888888. Windows color (decimal): -8942674 or 11438967. OLE color: 11438967.
HSL color Cylindrical-coordinate representation of color #778BAE: hue angle of 218.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #778BAE is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 139 | 174 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.32 |
| HSL | 218.18º | 0.25% | 0.57% | - |
| HSV(B) | 218.18º | 0.32% | 0.68% | - |
| XYZ | 24.48 | 25.44 | 43.67 | - |
| YUV | 137.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 174 | 0.32 | 0.20 | 0 | 0.32 | 218.18 | 0.25 | 0.57 |
| Hex | 77 | 8B | AE | 20 | 14 | 0 | 20 | DA | 19 | 39 |
| Octal | 167 | 213 | 256 | 40 | 24 | 0 | 40 | 332 | 31 | 71 |
| Binary | 1110111 | 10001011 | 10101110 | 100000 | 10100 | 0 | 100000 | 11011010 | 11001 | 111001 |
Color Harmonies of #778BAE
Complementary color
Monochromatic Colors of #778BAE
Black with #778BAE
Text Example
Text Example
White with #778BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778BAE; }
p { color: rgb(119,139,174); }
H1.HeaderClassName
{
color: #778BAE;
}
.AnyTagClassName
{
color: #778BAE;
}
</style>
background-color css
<style>
a { background-color: #778BAE; }
a { background-color: rgb(119,139,174); }
div.DivClassName
{
background-color: #778BAE;
}
.BgClassName
{
background-color: #778BAE;
}
</style>
border-color css
<style>
span { border-color: #778BAE; }
span { border-color: rgb(119,139,174); }
td.TdClassName
{
border-color: #778BAE;
}
.TagClassName
{
border-color: #778BAE;
}
</style>