Shades of Ship Cove #798EAA
Tints of Ship Cove #798EAA
RGB
CMYK
RGB Variations
Color information
#798EAA (or 0x798EAA) is known color: Ship Cove. HEX triplet: 79, 8E and AA. RGB value is (121,142,170). Sum of RGB (Red+Green+Blue) = 121+142+170=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #798EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798EAA is #867155. Grayscale: #8A8A8A. Windows color (decimal): -8810838 or 11177593. OLE color: 11177593.
HSL color Cylindrical-coordinate representation of color #798EAA: hue angle of 214.29º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #798EAA is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 142 | 170 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.33 |
| HSL | 214.29º | 0.22% | 0.57% | - |
| HSV(B) | 214.29º | 0.29% | 0.67% | - |
| XYZ | 24.81 | 26.31 | 41.8 | - |
| YUV | 138.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 142 | 170 | 0.29 | 0.16 | 0 | 0.33 | 214.29 | 0.22 | 0.57 |
| Hex | 79 | 8E | AA | 1D | 10 | 0 | 21 | D6 | 16 | 39 |
| Octal | 171 | 216 | 252 | 35 | 20 | 0 | 41 | 326 | 26 | 71 |
| Binary | 1111001 | 10001110 | 10101010 | 11101 | 10000 | 0 | 100001 | 11010110 | 10110 | 111001 |
Color Harmonies of #798EAA
Complementary color
Monochromatic Colors of #798EAA
Black with #798EAA
Text Example
Text Example
White with #798EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798EAA; }
p { color: rgb(121,142,170); }
H1.HeaderClassName
{
color: #798EAA;
}
.AnyTagClassName
{
color: #798EAA;
}
</style>
background-color css
<style>
a { background-color: #798EAA; }
a { background-color: rgb(121,142,170); }
div.DivClassName
{
background-color: #798EAA;
}
.BgClassName
{
background-color: #798EAA;
}
</style>
border-color css
<style>
span { border-color: #798EAA; }
span { border-color: rgb(121,142,170); }
td.TdClassName
{
border-color: #798EAA;
}
.TagClassName
{
border-color: #798EAA;
}
</style>