Shades of Ship Cove #7691B3
Tints of Ship Cove #7691B3
RGB
CMYK
RGB Variations
Color information
#7691B3 (or 0x7691B3) is known color: Ship Cove. HEX triplet: 76, 91 and B3. RGB value is (118,145,179). Sum of RGB (Red+Green+Blue) = 118+145+179=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 179 - color contains mainly: blue. Hex color #7691B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7691B3 is #896E4C. Grayscale: #8C8C8C. Windows color (decimal): -9006669 or 11768182. OLE color: 11768182.
HSL color Cylindrical-coordinate representation of color #7691B3: hue angle of 213.44º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7691B3 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 145 | 179 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.30 |
| HSL | 213.44º | 0.29% | 0.58% | - |
| HSV(B) | 213.44º | 0.34% | 0.7% | - |
| XYZ | 25.73 | 27.36 | 46.57 | - |
| YUV | 140.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 145 | 179 | 0.34 | 0.19 | 0 | 0.30 | 213.44 | 0.29 | 0.58 |
| Hex | 76 | 91 | B3 | 22 | 13 | 0 | 1E | D5 | 1D | 3A |
| Octal | 166 | 221 | 263 | 42 | 23 | 0 | 36 | 325 | 35 | 72 |
| Binary | 1110110 | 10010001 | 10110011 | 100010 | 10011 | 0 | 11110 | 11010101 | 11101 | 111010 |
Color Harmonies of #7691B3
Complementary color
Monochromatic Colors of #7691B3
Black with #7691B3
Text Example
Text Example
White with #7691B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7691B3; }
p { color: rgb(118,145,179); }
H1.HeaderClassName
{
color: #7691B3;
}
.AnyTagClassName
{
color: #7691B3;
}
</style>
background-color css
<style>
a { background-color: #7691B3; }
a { background-color: rgb(118,145,179); }
div.DivClassName
{
background-color: #7691B3;
}
.BgClassName
{
background-color: #7691B3;
}
</style>
border-color css
<style>
span { border-color: #7691B3; }
span { border-color: rgb(118,145,179); }
td.TdClassName
{
border-color: #7691B3;
}
.TagClassName
{
border-color: #7691B3;
}
</style>