Shades of Ship Cove #7690B5
Tints of Ship Cove #7690B5
RGB
CMYK
RGB Variations
Color information
#7690B5 (or 0x7690B5) is known color: Ship Cove. HEX triplet: 76, 90 and B5. RGB value is (118,144,181). Sum of RGB (Red+Green+Blue) = 118+144+181=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 181 - color contains mainly: blue. Hex color #7690B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7690B5 is #896F4A. Grayscale: #8C8C8C. Windows color (decimal): -9006923 or 11898998. OLE color: 11898998.
HSL color Cylindrical-coordinate representation of color #7690B5: hue angle of 215.24º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7690B5 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 144 | 181 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.29 |
| HSL | 215.24º | 0.3% | 0.59% | - |
| HSV(B) | 215.24º | 0.35% | 0.71% | - |
| XYZ | 25.78 | 27.13 | 47.59 | - |
| YUV | 140.44 | 150.89 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 181 | 0.35 | 0.20 | 0 | 0.29 | 215.24 | 0.3 | 0.59 |
| Hex | 76 | 90 | B5 | 23 | 14 | 0 | 1D | D7 | 1E | 3B |
| Octal | 166 | 220 | 265 | 43 | 24 | 0 | 35 | 327 | 36 | 73 |
| Binary | 1110110 | 10010000 | 10110101 | 100011 | 10100 | 0 | 11101 | 11010111 | 11110 | 111011 |
Color Harmonies of #7690B5
Complementary color
Monochromatic Colors of #7690B5
Black with #7690B5
Text Example
Text Example
White with #7690B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7690B5; }
p { color: rgb(118,144,181); }
H1.HeaderClassName
{
color: #7690B5;
}
.AnyTagClassName
{
color: #7690B5;
}
</style>
background-color css
<style>
a { background-color: #7690B5; }
a { background-color: rgb(118,144,181); }
div.DivClassName
{
background-color: #7690B5;
}
.BgClassName
{
background-color: #7690B5;
}
</style>
border-color css
<style>
span { border-color: #7690B5; }
span { border-color: rgb(118,144,181); }
td.TdClassName
{
border-color: #7690B5;
}
.TagClassName
{
border-color: #7690B5;
}
</style>