Shades of Ship Cove #798CAD
Tints of Ship Cove #798CAD
RGB
CMYK
RGB Variations
Color information
#798CAD (or 0x798CAD) is known color: Ship Cove. HEX triplet: 79, 8C and AD. RGB value is (121,140,173). Sum of RGB (Red+Green+Blue) = 121+140+173=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #798CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798CAD is #867352. Grayscale: #898989. Windows color (decimal): -8811347 or 11373689. OLE color: 11373689.
HSL color Cylindrical-coordinate representation of color #798CAD: hue angle of 218.08º degrees, saturation: 0.24, 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 #798CAD is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 140 | 173 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.32 |
| HSL | 218.08º | 0.24% | 0.58% | - |
| HSV(B) | 218.08º | 0.3% | 0.68% | - |
| XYZ | 24.81 | 25.84 | 43.22 | - |
| YUV | 138.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 173 | 0.30 | 0.19 | 0 | 0.32 | 218.08 | 0.24 | 0.58 |
| Hex | 79 | 8C | AD | 1E | 13 | 0 | 20 | DA | 18 | 3A |
| Octal | 171 | 214 | 255 | 36 | 23 | 0 | 40 | 332 | 30 | 72 |
| Binary | 1111001 | 10001100 | 10101101 | 11110 | 10011 | 0 | 100000 | 11011010 | 11000 | 111010 |
Color Harmonies of #798CAD
Complementary color
Monochromatic Colors of #798CAD
Black with #798CAD
Text Example
Text Example
White with #798CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798CAD; }
p { color: rgb(121,140,173); }
H1.HeaderClassName
{
color: #798CAD;
}
.AnyTagClassName
{
color: #798CAD;
}
</style>
background-color css
<style>
a { background-color: #798CAD; }
a { background-color: rgb(121,140,173); }
div.DivClassName
{
background-color: #798CAD;
}
.BgClassName
{
background-color: #798CAD;
}
</style>
border-color css
<style>
span { border-color: #798CAD; }
span { border-color: rgb(121,140,173); }
td.TdClassName
{
border-color: #798CAD;
}
.TagClassName
{
border-color: #798CAD;
}
</style>