Shades of Ship Cove #7693B3
Tints of Ship Cove #7693B3
RGB
CMYK
RGB Variations
Color information
#7693B3 (or 0x7693B3) is known color: Ship Cove. HEX triplet: 76, 93 and B3. RGB value is (118,147,179). Sum of RGB (Red+Green+Blue) = 118+147+179=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 179 - color contains mainly: blue. Hex color #7693B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7693B3 is #896C4C. Grayscale: #8D8D8D. Windows color (decimal): -9006157 or 11768694. OLE color: 11768694.
HSL color Cylindrical-coordinate representation of color #7693B3: hue angle of 211.48º 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 #7693B3 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 147 | 179 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.30 |
| HSL | 211.48º | 0.29% | 0.58% | - |
| HSV(B) | 211.48º | 0.34% | 0.7% | - |
| XYZ | 26.04 | 27.97 | 46.67 | - |
| YUV | 141.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 179 | 0.34 | 0.18 | 0 | 0.30 | 211.48 | 0.29 | 0.58 |
| Hex | 76 | 93 | B3 | 22 | 12 | 0 | 1E | D3 | 1D | 3A |
| Octal | 166 | 223 | 263 | 42 | 22 | 0 | 36 | 323 | 35 | 72 |
| Binary | 1110110 | 10010011 | 10110011 | 100010 | 10010 | 0 | 11110 | 11010011 | 11101 | 111010 |
Color Harmonies of #7693B3
Complementary color
Monochromatic Colors of #7693B3
Black with #7693B3
Text Example
Text Example
White with #7693B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7693B3; }
p { color: rgb(118,147,179); }
H1.HeaderClassName
{
color: #7693B3;
}
.AnyTagClassName
{
color: #7693B3;
}
</style>
background-color css
<style>
a { background-color: #7693B3; }
a { background-color: rgb(118,147,179); }
div.DivClassName
{
background-color: #7693B3;
}
.BgClassName
{
background-color: #7693B3;
}
</style>
border-color css
<style>
span { border-color: #7693B3; }
span { border-color: rgb(118,147,179); }
td.TdClassName
{
border-color: #7693B3;
}
.TagClassName
{
border-color: #7693B3;
}
</style>