Shades of Ship Cove #768AAF
Tints of Ship Cove #768AAF
RGB
CMYK
RGB Variations
Color information
#768AAF (or 0x768AAF) is known color: Ship Cove. HEX triplet: 76, 8A and AF. RGB value is (118,138,175). Sum of RGB (Red+Green+Blue) = 118+138+175=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #768AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768AAF is #897550. Grayscale: #888888. Windows color (decimal): -9008465 or 11504246. OLE color: 11504246.
HSL color Cylindrical-coordinate representation of color #768AAF: hue angle of 218.95º 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 #768AAF is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 138 | 175 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.31 |
| HSL | 218.95º | 0.26% | 0.57% | - |
| HSV(B) | 218.95º | 0.33% | 0.69% | - |
| XYZ | 24.3 | 25.12 | 44.13 | - |
| YUV | 136.24 | 149.87 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 175 | 0.33 | 0.21 | 0 | 0.31 | 218.95 | 0.26 | 0.57 |
| Hex | 76 | 8A | AF | 21 | 15 | 0 | 1F | DB | 1A | 39 |
| Octal | 166 | 212 | 257 | 41 | 25 | 0 | 37 | 333 | 32 | 71 |
| Binary | 1110110 | 10001010 | 10101111 | 100001 | 10101 | 0 | 11111 | 11011011 | 11010 | 111001 |
Color Harmonies of #768AAF
Complementary color
Monochromatic Colors of #768AAF
Black with #768AAF
Text Example
Text Example
White with #768AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768AAF; }
p { color: rgb(118,138,175); }
H1.HeaderClassName
{
color: #768AAF;
}
.AnyTagClassName
{
color: #768AAF;
}
</style>
background-color css
<style>
a { background-color: #768AAF; }
a { background-color: rgb(118,138,175); }
div.DivClassName
{
background-color: #768AAF;
}
.BgClassName
{
background-color: #768AAF;
}
</style>
border-color css
<style>
span { border-color: #768AAF; }
span { border-color: rgb(118,138,175); }
td.TdClassName
{
border-color: #768AAF;
}
.TagClassName
{
border-color: #768AAF;
}
</style>