Shades of Ship Cove #768CB4
Tints of Ship Cove #768CB4
RGB
CMYK
RGB Variations
Color information
#768CB4 (or 0x768CB4) is known color: Ship Cove. HEX triplet: 76, 8C and B4. RGB value is (118,140,180). Sum of RGB (Red+Green+Blue) = 118+140+180=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #768CB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768CB4 is #89734B. Grayscale: #898989. Windows color (decimal): -9007948 or 11832438. OLE color: 11832438.
HSL color Cylindrical-coordinate representation of color #768CB4: hue angle of 218.71º 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 #768CB4 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 140 | 180 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.29 |
| HSL | 218.71º | 0.29% | 0.58% | - |
| HSV(B) | 218.71º | 0.34% | 0.71% | - |
| XYZ | 25.09 | 25.9 | 46.86 | - |
| YUV | 137.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 140 | 180 | 0.34 | 0.22 | 0 | 0.29 | 218.71 | 0.29 | 0.58 |
| Hex | 76 | 8C | B4 | 22 | 16 | 0 | 1D | DB | 1D | 3A |
| Octal | 166 | 214 | 264 | 42 | 26 | 0 | 35 | 333 | 35 | 72 |
| Binary | 1110110 | 10001100 | 10110100 | 100010 | 10110 | 0 | 11101 | 11011011 | 11101 | 111010 |
Color Harmonies of #768CB4
Complementary color
Monochromatic Colors of #768CB4
Black with #768CB4
Text Example
Text Example
White with #768CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768CB4; }
p { color: rgb(118,140,180); }
H1.HeaderClassName
{
color: #768CB4;
}
.AnyTagClassName
{
color: #768CB4;
}
</style>
background-color css
<style>
a { background-color: #768CB4; }
a { background-color: rgb(118,140,180); }
div.DivClassName
{
background-color: #768CB4;
}
.BgClassName
{
background-color: #768CB4;
}
</style>
border-color css
<style>
span { border-color: #768CB4; }
span { border-color: rgb(118,140,180); }
td.TdClassName
{
border-color: #768CB4;
}
.TagClassName
{
border-color: #768CB4;
}
</style>