Shades of Ship Cove #7690B0
Tints of Ship Cove #7690B0
RGB
CMYK
RGB Variations
Color information
#7690B0 (or 0x7690B0) is known color: Ship Cove. HEX triplet: 76, 90 and B0. RGB value is (118,144,176). Sum of RGB (Red+Green+Blue) = 118+144+176=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 176 - color contains mainly: blue. Hex color #7690B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7690B0 is #896F4F. Grayscale: #8B8B8B. Windows color (decimal): -9006928 or 11571318. OLE color: 11571318.
HSL color Cylindrical-coordinate representation of color #7690B0: hue angle of 213.1º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7690B0 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 144 | 176 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.31 |
| HSL | 213.1º | 0.27% | 0.58% | - |
| HSV(B) | 213.1º | 0.33% | 0.69% | - |
| XYZ | 25.28 | 26.93 | 44.94 | - |
| YUV | 139.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 176 | 0.33 | 0.18 | 0 | 0.31 | 213.1 | 0.27 | 0.58 |
| Hex | 76 | 90 | B0 | 21 | 12 | 0 | 1F | D5 | 1B | 3A |
| Octal | 166 | 220 | 260 | 41 | 22 | 0 | 37 | 325 | 33 | 72 |
| Binary | 1110110 | 10010000 | 10110000 | 100001 | 10010 | 0 | 11111 | 11010101 | 11011 | 111010 |
Color Harmonies of #7690B0
Complementary color
Monochromatic Colors of #7690B0
Black with #7690B0
Text Example
Text Example
White with #7690B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7690B0; }
p { color: rgb(118,144,176); }
H1.HeaderClassName
{
color: #7690B0;
}
.AnyTagClassName
{
color: #7690B0;
}
</style>
background-color css
<style>
a { background-color: #7690B0; }
a { background-color: rgb(118,144,176); }
div.DivClassName
{
background-color: #7690B0;
}
.BgClassName
{
background-color: #7690B0;
}
</style>
border-color css
<style>
span { border-color: #7690B0; }
span { border-color: rgb(118,144,176); }
td.TdClassName
{
border-color: #7690B0;
}
.TagClassName
{
border-color: #7690B0;
}
</style>