Shades of Ship Cove #7690B4
Tints of Ship Cove #7690B4
RGB
CMYK
RGB Variations
Color information
#7690B4 (or 0x7690B4) is known color: Ship Cove. HEX triplet: 76, 90 and B4. RGB value is (118,144,180). Sum of RGB (Red+Green+Blue) = 118+144+180=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 180 - color contains mainly: blue. Hex color #7690B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7690B4 is #896F4B. Grayscale: #8C8C8C. Windows color (decimal): -9006924 or 11833462. OLE color: 11833462.
HSL color Cylindrical-coordinate representation of color #7690B4: hue angle of 214.84º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7690B4 is Cyan = 0.34, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 144 | 180 | - |
| CMYK | 0.34 | 0.2 | 0 | 0.29 |
| HSL | 214.84º | 0.29% | 0.58% | - |
| HSV(B) | 214.84º | 0.34% | 0.71% | - |
| XYZ | 25.68 | 27.09 | 47.06 | - |
| YUV | 140.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 180 | 0.34 | 0.2 | 0 | 0.29 | 214.84 | 0.29 | 0.58 |
| Hex | 76 | 90 | B4 | 22 | 14 | 0 | 1D | D7 | 1D | 3A |
| Octal | 166 | 220 | 264 | 42 | 24 | 0 | 35 | 327 | 35 | 72 |
| Binary | 1110110 | 10010000 | 10110100 | 100010 | 10100 | 0 | 11101 | 11010111 | 11101 | 111010 |
Color Harmonies of #7690B4
Complementary color
Monochromatic Colors of #7690B4
Black with #7690B4
Text Example
Text Example
White with #7690B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7690B4; }
p { color: rgb(118,144,180); }
H1.HeaderClassName
{
color: #7690B4;
}
.AnyTagClassName
{
color: #7690B4;
}
</style>
background-color css
<style>
a { background-color: #7690B4; }
a { background-color: rgb(118,144,180); }
div.DivClassName
{
background-color: #7690B4;
}
.BgClassName
{
background-color: #7690B4;
}
</style>
border-color css
<style>
span { border-color: #7690B4; }
span { border-color: rgb(118,144,180); }
td.TdClassName
{
border-color: #7690B4;
}
.TagClassName
{
border-color: #7690B4;
}
</style>