Shades of Ship Cove #7792B5
Tints of Ship Cove #7792B5
RGB
CMYK
RGB Variations
Color information
#7792B5 (or 0x7792B5) is known color: Ship Cove. HEX triplet: 77, 92 and B5. RGB value is (119,146,181). Sum of RGB (Red+Green+Blue) = 119+146+181=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 181 - color contains mainly: blue. Hex color #7792B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7792B5 is #886D4A. Grayscale: #8D8D8D. Windows color (decimal): -8940875 or 11899511. OLE color: 11899511.
HSL color Cylindrical-coordinate representation of color #7792B5: hue angle of 213.87º 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 #7792B5 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 146 | 181 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.29 |
| HSL | 213.87º | 0.3% | 0.59% | - |
| HSV(B) | 213.87º | 0.34% | 0.71% | - |
| XYZ | 26.23 | 27.82 | 47.7 | - |
| YUV | 141.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 146 | 181 | 0.34 | 0.19 | 0 | 0.29 | 213.87 | 0.3 | 0.59 |
| Hex | 77 | 92 | B5 | 22 | 13 | 0 | 1D | D6 | 1E | 3B |
| Octal | 167 | 222 | 265 | 42 | 23 | 0 | 35 | 326 | 36 | 73 |
| Binary | 1110111 | 10010010 | 10110101 | 100010 | 10011 | 0 | 11101 | 11010110 | 11110 | 111011 |
Color Harmonies of #7792B5
Complementary color
Monochromatic Colors of #7792B5
Black with #7792B5
Text Example
Text Example
White with #7792B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7792B5; }
p { color: rgb(119,146,181); }
H1.HeaderClassName
{
color: #7792B5;
}
.AnyTagClassName
{
color: #7792B5;
}
</style>
background-color css
<style>
a { background-color: #7792B5; }
a { background-color: rgb(119,146,181); }
div.DivClassName
{
background-color: #7792B5;
}
.BgClassName
{
background-color: #7792B5;
}
</style>
border-color css
<style>
span { border-color: #7792B5; }
span { border-color: rgb(119,146,181); }
td.TdClassName
{
border-color: #7792B5;
}
.TagClassName
{
border-color: #7792B5;
}
</style>