Shades of Ship Cove #798FAB
Tints of Ship Cove #798FAB
RGB
CMYK
RGB Variations
Color information
#798FAB (or 0x798FAB) is known color: Ship Cove. HEX triplet: 79, 8F and AB. RGB value is (121,143,171). Sum of RGB (Red+Green+Blue) = 121+143+171=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #798FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798FAB is #867054. Grayscale: #8B8B8B. Windows color (decimal): -8810581 or 11243385. OLE color: 11243385.
HSL color Cylindrical-coordinate representation of color #798FAB: hue angle of 213.6º 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 #798FAB is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 143 | 171 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.33 |
| HSL | 213.6º | 0.23% | 0.57% | - |
| HSV(B) | 213.6º | 0.29% | 0.67% | - |
| XYZ | 25.06 | 26.65 | 42.35 | - |
| YUV | 139.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 171 | 0.29 | 0.16 | 0 | 0.33 | 213.6 | 0.23 | 0.57 |
| Hex | 79 | 8F | AB | 1D | 10 | 0 | 21 | D6 | 17 | 39 |
| Octal | 171 | 217 | 253 | 35 | 20 | 0 | 41 | 326 | 27 | 71 |
| Binary | 1111001 | 10001111 | 10101011 | 11101 | 10000 | 0 | 100001 | 11010110 | 10111 | 111001 |
Color Harmonies of #798FAB
Complementary color
Monochromatic Colors of #798FAB
Black with #798FAB
Text Example
Text Example
White with #798FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798FAB; }
p { color: rgb(121,143,171); }
H1.HeaderClassName
{
color: #798FAB;
}
.AnyTagClassName
{
color: #798FAB;
}
</style>
background-color css
<style>
a { background-color: #798FAB; }
a { background-color: rgb(121,143,171); }
div.DivClassName
{
background-color: #798FAB;
}
.BgClassName
{
background-color: #798FAB;
}
</style>
border-color css
<style>
span { border-color: #798FAB; }
span { border-color: rgb(121,143,171); }
td.TdClassName
{
border-color: #798FAB;
}
.TagClassName
{
border-color: #798FAB;
}
</style>