Shades of Ship Cove #798DAB
Tints of Ship Cove #798DAB
RGB
CMYK
RGB Variations
Color information
#798DAB (or 0x798DAB) is known color: Ship Cove. HEX triplet: 79, 8D and AB. RGB value is (121,141,171). Sum of RGB (Red+Green+Blue) = 121+141+171=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #798DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798DAB is #867254. Grayscale: #8A8A8A. Windows color (decimal): -8811093 or 11242873. OLE color: 11242873.
HSL color Cylindrical-coordinate representation of color #798DAB: hue angle of 216º degrees, saturation: 0.23, 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 #798DAB is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 141 | 171 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.33 |
| HSL | 216º | 0.23% | 0.57% | - |
| HSV(B) | 216º | 0.29% | 0.67% | - |
| XYZ | 24.76 | 26.05 | 42.25 | - |
| YUV | 138.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 171 | 0.29 | 0.18 | 0 | 0.33 | 216 | 0.23 | 0.57 |
| Hex | 79 | 8D | AB | 1D | 12 | 0 | 21 | D8 | 17 | 39 |
| Octal | 171 | 215 | 253 | 35 | 22 | 0 | 41 | 330 | 27 | 71 |
| Binary | 1111001 | 10001101 | 10101011 | 11101 | 10010 | 0 | 100001 | 11011000 | 10111 | 111001 |
Color Harmonies of #798DAB
Complementary color
Monochromatic Colors of #798DAB
Black with #798DAB
Text Example
Text Example
White with #798DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798DAB; }
p { color: rgb(121,141,171); }
H1.HeaderClassName
{
color: #798DAB;
}
.AnyTagClassName
{
color: #798DAB;
}
</style>
background-color css
<style>
a { background-color: #798DAB; }
a { background-color: rgb(121,141,171); }
div.DivClassName
{
background-color: #798DAB;
}
.BgClassName
{
background-color: #798DAB;
}
</style>
border-color css
<style>
span { border-color: #798DAB; }
span { border-color: rgb(121,141,171); }
td.TdClassName
{
border-color: #798DAB;
}
.TagClassName
{
border-color: #798DAB;
}
</style>