Shades of Ship Cove #768BAF
Tints of Ship Cove #768BAF
RGB
CMYK
RGB Variations
Color information
#768BAF (or 0x768BAF) is known color: Ship Cove. HEX triplet: 76, 8B and AF. RGB value is (118,139,175). Sum of RGB (Red+Green+Blue) = 118+139+175=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #768BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768BAF is #897450. Grayscale: #888888. Windows color (decimal): -9008209 or 11504502. OLE color: 11504502.
HSL color Cylindrical-coordinate representation of color #768BAF: hue angle of 217.89º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #768BAF is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 139 | 175 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.31 |
| HSL | 217.89º | 0.26% | 0.57% | - |
| HSV(B) | 217.89º | 0.33% | 0.69% | - |
| XYZ | 24.44 | 25.41 | 44.17 | - |
| YUV | 136.83 | 149.54 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 175 | 0.33 | 0.21 | 0 | 0.31 | 217.89 | 0.26 | 0.57 |
| Hex | 76 | 8B | AF | 21 | 15 | 0 | 1F | DA | 1A | 39 |
| Octal | 166 | 213 | 257 | 41 | 25 | 0 | 37 | 332 | 32 | 71 |
| Binary | 1110110 | 10001011 | 10101111 | 100001 | 10101 | 0 | 11111 | 11011010 | 11010 | 111001 |
Color Harmonies of #768BAF
Complementary color
Monochromatic Colors of #768BAF
Black with #768BAF
Text Example
Text Example
White with #768BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768BAF; }
p { color: rgb(118,139,175); }
H1.HeaderClassName
{
color: #768BAF;
}
.AnyTagClassName
{
color: #768BAF;
}
</style>
background-color css
<style>
a { background-color: #768BAF; }
a { background-color: rgb(118,139,175); }
div.DivClassName
{
background-color: #768BAF;
}
.BgClassName
{
background-color: #768BAF;
}
</style>
border-color css
<style>
span { border-color: #768BAF; }
span { border-color: rgb(118,139,175); }
td.TdClassName
{
border-color: #768BAF;
}
.TagClassName
{
border-color: #768BAF;
}
</style>