Shades of Ship Cove #778CB3
Tints of Ship Cove #778CB3
RGB
CMYK
RGB Variations
Color information
#778CB3 (or 0x778CB3) is known color: Ship Cove. HEX triplet: 77, 8C and B3. RGB value is (119,140,179). Sum of RGB (Red+Green+Blue) = 119+140+179=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 179 - color contains mainly: blue. Hex color #778CB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CB3 is #88734C. Grayscale: #898989. Windows color (decimal): -8942413 or 11766903. OLE color: 11766903.
HSL color Cylindrical-coordinate representation of color #778CB3: hue angle of 219º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #778CB3 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 140 | 179 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.30 |
| HSL | 219º | 0.28% | 0.58% | - |
| HSV(B) | 219º | 0.34% | 0.7% | - |
| XYZ | 25.12 | 25.93 | 46.33 | - |
| YUV | 138.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 179 | 0.34 | 0.22 | 0 | 0.30 | 219 | 0.28 | 0.58 |
| Hex | 77 | 8C | B3 | 22 | 16 | 0 | 1E | DB | 1C | 3A |
| Octal | 167 | 214 | 263 | 42 | 26 | 0 | 36 | 333 | 34 | 72 |
| Binary | 1110111 | 10001100 | 10110011 | 100010 | 10110 | 0 | 11110 | 11011011 | 11100 | 111010 |
Color Harmonies of #778CB3
Complementary color
Monochromatic Colors of #778CB3
Black with #778CB3
Text Example
Text Example
White with #778CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778CB3; }
p { color: rgb(119,140,179); }
H1.HeaderClassName
{
color: #778CB3;
}
.AnyTagClassName
{
color: #778CB3;
}
</style>
background-color css
<style>
a { background-color: #778CB3; }
a { background-color: rgb(119,140,179); }
div.DivClassName
{
background-color: #778CB3;
}
.BgClassName
{
background-color: #778CB3;
}
</style>
border-color css
<style>
span { border-color: #778CB3; }
span { border-color: rgb(119,140,179); }
td.TdClassName
{
border-color: #778CB3;
}
.TagClassName
{
border-color: #778CB3;
}
</style>