Shades of Ship Cove #7794B5
Tints of Ship Cove #7794B5
RGB
CMYK
RGB Variations
Color information
#7794B5 (or 0x7794B5) is known color: Ship Cove. HEX triplet: 77, 94 and B5. RGB value is (119,148,181). Sum of RGB (Red+Green+Blue) = 119+148+181=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 181 - color contains mainly: blue. Hex color #7794B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7794B5 is #886B4A. Grayscale: #8E8E8E. Windows color (decimal): -8940363 or 11900023. OLE color: 11900023.
HSL color Cylindrical-coordinate representation of color #7794B5: hue angle of 211.94º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7794B5 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 148 | 181 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.29 |
| HSL | 211.94º | 0.3% | 0.59% | - |
| HSV(B) | 211.94º | 0.34% | 0.71% | - |
| XYZ | 26.54 | 28.44 | 47.81 | - |
| YUV | 143.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 181 | 0.34 | 0.18 | 0 | 0.29 | 211.94 | 0.3 | 0.59 |
| Hex | 77 | 94 | B5 | 22 | 12 | 0 | 1D | D4 | 1E | 3B |
| Octal | 167 | 224 | 265 | 42 | 22 | 0 | 35 | 324 | 36 | 73 |
| Binary | 1110111 | 10010100 | 10110101 | 100010 | 10010 | 0 | 11101 | 11010100 | 11110 | 111011 |
Color Harmonies of #7794B5
Complementary color
Monochromatic Colors of #7794B5
Black with #7794B5
Text Example
Text Example
White with #7794B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7794B5; }
p { color: rgb(119,148,181); }
H1.HeaderClassName
{
color: #7794B5;
}
.AnyTagClassName
{
color: #7794B5;
}
</style>
background-color css
<style>
a { background-color: #7794B5; }
a { background-color: rgb(119,148,181); }
div.DivClassName
{
background-color: #7794B5;
}
.BgClassName
{
background-color: #7794B5;
}
</style>
border-color css
<style>
span { border-color: #7794B5; }
span { border-color: rgb(119,148,181); }
td.TdClassName
{
border-color: #7794B5;
}
.TagClassName
{
border-color: #7794B5;
}
</style>