Shades of Ship Cove #768AB3
Tints of Ship Cove #768AB3
RGB
CMYK
RGB Variations
Color information
#768AB3 (or 0x768AB3) is known color: Ship Cove. HEX triplet: 76, 8A and B3. RGB value is (118,138,179). Sum of RGB (Red+Green+Blue) = 118+138+179=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 179 - color contains mainly: blue. Hex color #768AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768AB3 is #89754C. Grayscale: #888888. Windows color (decimal): -9008461 or 11766390. OLE color: 11766390.
HSL color Cylindrical-coordinate representation of color #768AB3: hue angle of 220.33º degrees, saturation: 0.29, 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 #768AB3 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 138 | 179 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.30 |
| HSL | 220.33º | 0.29% | 0.58% | - |
| HSV(B) | 220.33º | 0.34% | 0.7% | - |
| XYZ | 24.7 | 25.28 | 46.23 | - |
| YUV | 136.69 | 151.87 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 179 | 0.34 | 0.23 | 0 | 0.30 | 220.33 | 0.29 | 0.58 |
| Hex | 76 | 8A | B3 | 22 | 17 | 0 | 1E | DC | 1D | 3A |
| Octal | 166 | 212 | 263 | 42 | 27 | 0 | 36 | 334 | 35 | 72 |
| Binary | 1110110 | 10001010 | 10110011 | 100010 | 10111 | 0 | 11110 | 11011100 | 11101 | 111010 |
Color Harmonies of #768AB3
Complementary color
Monochromatic Colors of #768AB3
Black with #768AB3
Text Example
Text Example
White with #768AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768AB3; }
p { color: rgb(118,138,179); }
H1.HeaderClassName
{
color: #768AB3;
}
.AnyTagClassName
{
color: #768AB3;
}
</style>
background-color css
<style>
a { background-color: #768AB3; }
a { background-color: rgb(118,138,179); }
div.DivClassName
{
background-color: #768AB3;
}
.BgClassName
{
background-color: #768AB3;
}
</style>
border-color css
<style>
span { border-color: #768AB3; }
span { border-color: rgb(118,138,179); }
td.TdClassName
{
border-color: #768AB3;
}
.TagClassName
{
border-color: #768AB3;
}
</style>