Shades of Ship Cove #7691B1
Tints of Ship Cove #7691B1
RGB
CMYK
RGB Variations
Color information
#7691B1 (or 0x7691B1) is known color: Ship Cove. HEX triplet: 76, 91 and B1. RGB value is (118,145,177). Sum of RGB (Red+Green+Blue) = 118+145+177=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 177 - color contains mainly: blue. Hex color #7691B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7691B1 is #896E4E. Grayscale: #8C8C8C. Windows color (decimal): -9006671 or 11637110. OLE color: 11637110.
HSL color Cylindrical-coordinate representation of color #7691B1: hue angle of 212.54º 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 #7691B1 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 145 | 177 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.31 |
| HSL | 212.54º | 0.27% | 0.58% | - |
| HSV(B) | 212.54º | 0.33% | 0.69% | - |
| XYZ | 25.53 | 27.28 | 45.51 | - |
| YUV | 140.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 145 | 177 | 0.33 | 0.18 | 0 | 0.31 | 212.54 | 0.27 | 0.58 |
| Hex | 76 | 91 | B1 | 21 | 12 | 0 | 1F | D5 | 1B | 3A |
| Octal | 166 | 221 | 261 | 41 | 22 | 0 | 37 | 325 | 33 | 72 |
| Binary | 1110110 | 10010001 | 10110001 | 100001 | 10010 | 0 | 11111 | 11010101 | 11011 | 111010 |
Color Harmonies of #7691B1
Complementary color
Monochromatic Colors of #7691B1
Black with #7691B1
Text Example
Text Example
White with #7691B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7691B1; }
p { color: rgb(118,145,177); }
H1.HeaderClassName
{
color: #7691B1;
}
.AnyTagClassName
{
color: #7691B1;
}
</style>
background-color css
<style>
a { background-color: #7691B1; }
a { background-color: rgb(118,145,177); }
div.DivClassName
{
background-color: #7691B1;
}
.BgClassName
{
background-color: #7691B1;
}
</style>
border-color css
<style>
span { border-color: #7691B1; }
span { border-color: rgb(118,145,177); }
td.TdClassName
{
border-color: #7691B1;
}
.TagClassName
{
border-color: #7691B1;
}
</style>