Shades of Ship Cove #797EA0
Tints of Ship Cove #797EA0
RGB
CMYK
RGB Variations
Color information
#797EA0 (or 0x797EA0) is known color: Ship Cove. HEX triplet: 79, 7E and A0. RGB value is (121,126,160). Sum of RGB (Red+Green+Blue) = 121+126+160=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 160 - color contains mainly: blue. Hex color #797EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797EA0 is #86815F. Grayscale: #808080. Windows color (decimal): -8814944 or 10518137. OLE color: 10518137.
HSL color Cylindrical-coordinate representation of color #797EA0: hue angle of 232.31º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #797EA0 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 126 | 160 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.37 |
| HSL | 232.31º | 0.17% | 0.55% | - |
| HSV(B) | 232.31º | 0.24% | 0.63% | - |
| XYZ | 21.69 | 21.52 | 36.27 | - |
| YUV | 128.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 160 | 0.24 | 0.21 | 0 | 0.37 | 232.31 | 0.17 | 0.55 |
| Hex | 79 | 7E | A0 | 18 | 15 | 0 | 25 | E8 | 11 | 37 |
| Octal | 171 | 176 | 240 | 30 | 25 | 0 | 45 | 350 | 21 | 67 |
| Binary | 1111001 | 1111110 | 10100000 | 11000 | 10101 | 0 | 100101 | 11101000 | 10001 | 110111 |
Color Harmonies of #797EA0
Complementary color
Monochromatic Colors of #797EA0
Black with #797EA0
Text Example
Text Example
White with #797EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797EA0; }
p { color: rgb(121,126,160); }
H1.HeaderClassName
{
color: #797EA0;
}
.AnyTagClassName
{
color: #797EA0;
}
</style>
background-color css
<style>
a { background-color: #797EA0; }
a { background-color: rgb(121,126,160); }
div.DivClassName
{
background-color: #797EA0;
}
.BgClassName
{
background-color: #797EA0;
}
</style>
border-color css
<style>
span { border-color: #797EA0; }
span { border-color: rgb(121,126,160); }
td.TdClassName
{
border-color: #797EA0;
}
.TagClassName
{
border-color: #797EA0;
}
</style>