Shades of Ship Cove #798CAA
Tints of Ship Cove #798CAA
RGB
CMYK
RGB Variations
Color information
#798CAA (or 0x798CAA) is known color: Ship Cove. HEX triplet: 79, 8C and AA. RGB value is (121,140,170). Sum of RGB (Red+Green+Blue) = 121+140+170=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #798CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798CAA is #867355. Grayscale: #898989. Windows color (decimal): -8811350 or 11177081. OLE color: 11177081.
HSL color Cylindrical-coordinate representation of color #798CAA: hue angle of 216.73º 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 #798CAA is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 140 | 170 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.33 |
| HSL | 216.73º | 0.22% | 0.57% | - |
| HSV(B) | 216.73º | 0.29% | 0.67% | - |
| XYZ | 24.52 | 25.72 | 41.7 | - |
| YUV | 137.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 170 | 0.29 | 0.18 | 0 | 0.33 | 216.73 | 0.22 | 0.57 |
| Hex | 79 | 8C | AA | 1D | 12 | 0 | 21 | D9 | 16 | 39 |
| Octal | 171 | 214 | 252 | 35 | 22 | 0 | 41 | 331 | 26 | 71 |
| Binary | 1111001 | 10001100 | 10101010 | 11101 | 10010 | 0 | 100001 | 11011001 | 10110 | 111001 |
Color Harmonies of #798CAA
Complementary color
Monochromatic Colors of #798CAA
Black with #798CAA
Text Example
Text Example
White with #798CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798CAA; }
p { color: rgb(121,140,170); }
H1.HeaderClassName
{
color: #798CAA;
}
.AnyTagClassName
{
color: #798CAA;
}
</style>
background-color css
<style>
a { background-color: #798CAA; }
a { background-color: rgb(121,140,170); }
div.DivClassName
{
background-color: #798CAA;
}
.BgClassName
{
background-color: #798CAA;
}
</style>
border-color css
<style>
span { border-color: #798CAA; }
span { border-color: rgb(121,140,170); }
td.TdClassName
{
border-color: #798CAA;
}
.TagClassName
{
border-color: #798CAA;
}
</style>