Shades of Ship Cove #7794B3
Tints of Ship Cove #7794B3
RGB
CMYK
RGB Variations
Color information
#7794B3 (or 0x7794B3) is known color: Ship Cove. HEX triplet: 77, 94 and B3. RGB value is (119,148,179). Sum of RGB (Red+Green+Blue) = 119+148+179=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 179 - color contains mainly: blue. Hex color #7794B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7794B3 is #886B4C. Grayscale: #8E8E8E. Windows color (decimal): -8940365 or 11768951. OLE color: 11768951.
HSL color Cylindrical-coordinate representation of color #7794B3: hue angle of 211º degrees, saturation: 0.28, 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 #7794B3 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 148 | 179 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.30 |
| HSL | 211º | 0.28% | 0.58% | - |
| HSV(B) | 211º | 0.34% | 0.7% | - |
| XYZ | 26.33 | 28.36 | 46.73 | - |
| YUV | 142.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 179 | 0.34 | 0.17 | 0 | 0.30 | 211 | 0.28 | 0.58 |
| Hex | 77 | 94 | B3 | 22 | 11 | 0 | 1E | D3 | 1C | 3A |
| Octal | 167 | 224 | 263 | 42 | 21 | 0 | 36 | 323 | 34 | 72 |
| Binary | 1110111 | 10010100 | 10110011 | 100010 | 10001 | 0 | 11110 | 11010011 | 11100 | 111010 |
Color Harmonies of #7794B3
Complementary color
Monochromatic Colors of #7794B3
Black with #7794B3
Text Example
Text Example
White with #7794B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7794B3; }
p { color: rgb(119,148,179); }
H1.HeaderClassName
{
color: #7794B3;
}
.AnyTagClassName
{
color: #7794B3;
}
</style>
background-color css
<style>
a { background-color: #7794B3; }
a { background-color: rgb(119,148,179); }
div.DivClassName
{
background-color: #7794B3;
}
.BgClassName
{
background-color: #7794B3;
}
</style>
border-color css
<style>
span { border-color: #7794B3; }
span { border-color: rgb(119,148,179); }
td.TdClassName
{
border-color: #7794B3;
}
.TagClassName
{
border-color: #7794B3;
}
</style>