Shades of Ship Cove #768CAF
Tints of Ship Cove #768CAF
RGB
CMYK
RGB Variations
Color information
#768CAF (or 0x768CAF) is known color: Ship Cove. HEX triplet: 76, 8C and AF. RGB value is (118,140,175). Sum of RGB (Red+Green+Blue) = 118+140+175=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #768CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768CAF is #897350. Grayscale: #898989. Windows color (decimal): -9007953 or 11504758. OLE color: 11504758.
HSL color Cylindrical-coordinate representation of color #768CAF: hue angle of 216.84º 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 #768CAF is Cyan = 0.33, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 140 | 175 | - |
| CMYK | 0.33 | 0.2 | 0 | 0.31 |
| HSL | 216.84º | 0.26% | 0.57% | - |
| HSV(B) | 216.84º | 0.33% | 0.69% | - |
| XYZ | 24.59 | 25.7 | 44.22 | - |
| YUV | 137.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 140 | 175 | 0.33 | 0.2 | 0 | 0.31 | 216.84 | 0.26 | 0.57 |
| Hex | 76 | 8C | AF | 21 | 14 | 0 | 1F | D9 | 1A | 39 |
| Octal | 166 | 214 | 257 | 41 | 24 | 0 | 37 | 331 | 32 | 71 |
| Binary | 1110110 | 10001100 | 10101111 | 100001 | 10100 | 0 | 11111 | 11011001 | 11010 | 111001 |
Color Harmonies of #768CAF
Complementary color
Monochromatic Colors of #768CAF
Black with #768CAF
Text Example
Text Example
White with #768CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768CAF; }
p { color: rgb(118,140,175); }
H1.HeaderClassName
{
color: #768CAF;
}
.AnyTagClassName
{
color: #768CAF;
}
</style>
background-color css
<style>
a { background-color: #768CAF; }
a { background-color: rgb(118,140,175); }
div.DivClassName
{
background-color: #768CAF;
}
.BgClassName
{
background-color: #768CAF;
}
</style>
border-color css
<style>
span { border-color: #768CAF; }
span { border-color: rgb(118,140,175); }
td.TdClassName
{
border-color: #768CAF;
}
.TagClassName
{
border-color: #768CAF;
}
</style>