Shades of Ship Cove #798FAD
Tints of Ship Cove #798FAD
RGB
CMYK
RGB Variations
Color information
#798FAD (or 0x798FAD) is known color: Ship Cove. HEX triplet: 79, 8F and AD. RGB value is (121,143,173). Sum of RGB (Red+Green+Blue) = 121+143+173=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #798FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798FAD is #867052. Grayscale: #8B8B8B. Windows color (decimal): -8810579 or 11374457. OLE color: 11374457.
HSL color Cylindrical-coordinate representation of color #798FAD: hue angle of 214.62º 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 #798FAD is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 143 | 173 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.32 |
| HSL | 214.62º | 0.24% | 0.58% | - |
| HSV(B) | 214.62º | 0.3% | 0.68% | - |
| XYZ | 25.25 | 26.73 | 43.36 | - |
| YUV | 139.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 173 | 0.30 | 0.17 | 0 | 0.32 | 214.62 | 0.24 | 0.58 |
| Hex | 79 | 8F | AD | 1E | 11 | 0 | 20 | D7 | 18 | 3A |
| Octal | 171 | 217 | 255 | 36 | 21 | 0 | 40 | 327 | 30 | 72 |
| Binary | 1111001 | 10001111 | 10101101 | 11110 | 10001 | 0 | 100000 | 11010111 | 11000 | 111010 |
Color Harmonies of #798FAD
Complementary color
Monochromatic Colors of #798FAD
Black with #798FAD
Text Example
Text Example
White with #798FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798FAD; }
p { color: rgb(121,143,173); }
H1.HeaderClassName
{
color: #798FAD;
}
.AnyTagClassName
{
color: #798FAD;
}
</style>
background-color css
<style>
a { background-color: #798FAD; }
a { background-color: rgb(121,143,173); }
div.DivClassName
{
background-color: #798FAD;
}
.BgClassName
{
background-color: #798FAD;
}
</style>
border-color css
<style>
span { border-color: #798FAD; }
span { border-color: rgb(121,143,173); }
td.TdClassName
{
border-color: #798FAD;
}
.TagClassName
{
border-color: #798FAD;
}
</style>