Shades of Ship Cove #7686B1
Tints of Ship Cove #7686B1
RGB
CMYK
RGB Variations
Color information
#7686B1 (or 0x7686B1) is known color: Ship Cove. HEX triplet: 76, 86 and B1. RGB value is (118,134,177). Sum of RGB (Red+Green+Blue) = 118+134+177=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 177 - color contains mainly: blue. Hex color #7686B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7686B1 is #89794E. Grayscale: #858585. Windows color (decimal): -9009487 or 11634294. OLE color: 11634294.
HSL color Cylindrical-coordinate representation of color #7686B1: hue angle of 223.73º 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 #7686B1 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 134 | 177 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.31 |
| HSL | 223.73º | 0.27% | 0.58% | - |
| HSV(B) | 223.73º | 0.33% | 0.69% | - |
| XYZ | 23.93 | 24.08 | 44.98 | - |
| YUV | 134.12 | 152.2 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 177 | 0.33 | 0.24 | 0 | 0.31 | 223.73 | 0.27 | 0.58 |
| Hex | 76 | 86 | B1 | 21 | 18 | 0 | 1F | E0 | 1B | 3A |
| Octal | 166 | 206 | 261 | 41 | 30 | 0 | 37 | 340 | 33 | 72 |
| Binary | 1110110 | 10000110 | 10110001 | 100001 | 11000 | 0 | 11111 | 11100000 | 11011 | 111010 |
Color Harmonies of #7686B1
Complementary color
Monochromatic Colors of #7686B1
Black with #7686B1
Text Example
Text Example
White with #7686B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7686B1; }
p { color: rgb(118,134,177); }
H1.HeaderClassName
{
color: #7686B1;
}
.AnyTagClassName
{
color: #7686B1;
}
</style>
background-color css
<style>
a { background-color: #7686B1; }
a { background-color: rgb(118,134,177); }
div.DivClassName
{
background-color: #7686B1;
}
.BgClassName
{
background-color: #7686B1;
}
</style>
border-color css
<style>
span { border-color: #7686B1; }
span { border-color: rgb(118,134,177); }
td.TdClassName
{
border-color: #7686B1;
}
.TagClassName
{
border-color: #7686B1;
}
</style>