Shades of Ship Cove #768DB4
Tints of Ship Cove #768DB4
RGB
CMYK
RGB Variations
Color information
#768DB4 (or 0x768DB4) is known color: Ship Cove. HEX triplet: 76, 8D and B4. RGB value is (118,141,180). Sum of RGB (Red+Green+Blue) = 118+141+180=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #768DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DB4 is #89724B. Grayscale: #8A8A8A. Windows color (decimal): -9007692 or 11832694. OLE color: 11832694.
HSL color Cylindrical-coordinate representation of color #768DB4: hue angle of 217.74º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #768DB4 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 141 | 180 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.29 |
| HSL | 217.74º | 0.29% | 0.58% | - |
| HSV(B) | 217.74º | 0.34% | 0.71% | - |
| XYZ | 25.23 | 26.2 | 46.91 | - |
| YUV | 138.57 | 151.38 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 180 | 0.34 | 0.22 | 0 | 0.29 | 217.74 | 0.29 | 0.58 |
| Hex | 76 | 8D | B4 | 22 | 16 | 0 | 1D | DA | 1D | 3A |
| Octal | 166 | 215 | 264 | 42 | 26 | 0 | 35 | 332 | 35 | 72 |
| Binary | 1110110 | 10001101 | 10110100 | 100010 | 10110 | 0 | 11101 | 11011010 | 11101 | 111010 |
Color Harmonies of #768DB4
Complementary color
Monochromatic Colors of #768DB4
Black with #768DB4
Text Example
Text Example
White with #768DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768DB4; }
p { color: rgb(118,141,180); }
H1.HeaderClassName
{
color: #768DB4;
}
.AnyTagClassName
{
color: #768DB4;
}
</style>
background-color css
<style>
a { background-color: #768DB4; }
a { background-color: rgb(118,141,180); }
div.DivClassName
{
background-color: #768DB4;
}
.BgClassName
{
background-color: #768DB4;
}
</style>
border-color css
<style>
span { border-color: #768DB4; }
span { border-color: rgb(118,141,180); }
td.TdClassName
{
border-color: #768DB4;
}
.TagClassName
{
border-color: #768DB4;
}
</style>