Shades of Ship Cove #798AAE
Tints of Ship Cove #798AAE
RGB
CMYK
RGB Variations
Color information
#798AAE (or 0x798AAE) is known color: Ship Cove. HEX triplet: 79, 8A and AE. RGB value is (121,138,174). Sum of RGB (Red+Green+Blue) = 121+138+174=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #798AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798AAE is #867551. Grayscale: #888888. Windows color (decimal): -8811858 or 11438713. OLE color: 11438713.
HSL color Cylindrical-coordinate representation of color #798AAE: hue angle of 220.75º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #798AAE is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 138 | 174 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.32 |
| HSL | 220.75º | 0.25% | 0.58% | - |
| HSV(B) | 220.75º | 0.3% | 0.68% | - |
| XYZ | 24.61 | 25.3 | 43.63 | - |
| YUV | 137.02 | 148.87 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 138 | 174 | 0.30 | 0.21 | 0 | 0.32 | 220.75 | 0.25 | 0.58 |
| Hex | 79 | 8A | AE | 1E | 15 | 0 | 20 | DD | 19 | 3A |
| Octal | 171 | 212 | 256 | 36 | 25 | 0 | 40 | 335 | 31 | 72 |
| Binary | 1111001 | 10001010 | 10101110 | 11110 | 10101 | 0 | 100000 | 11011101 | 11001 | 111010 |
Color Harmonies of #798AAE
Complementary color
Monochromatic Colors of #798AAE
Black with #798AAE
Text Example
Text Example
White with #798AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798AAE; }
p { color: rgb(121,138,174); }
H1.HeaderClassName
{
color: #798AAE;
}
.AnyTagClassName
{
color: #798AAE;
}
</style>
background-color css
<style>
a { background-color: #798AAE; }
a { background-color: rgb(121,138,174); }
div.DivClassName
{
background-color: #798AAE;
}
.BgClassName
{
background-color: #798AAE;
}
</style>
border-color css
<style>
span { border-color: #798AAE; }
span { border-color: rgb(121,138,174); }
td.TdClassName
{
border-color: #798AAE;
}
.TagClassName
{
border-color: #798AAE;
}
</style>