Shades of Ship Cove #797DAB
Tints of Ship Cove #797DAB
RGB
CMYK
RGB Variations
Color information
#797DAB (or 0x797DAB) is known color: Ship Cove. HEX triplet: 79, 7D and AB. RGB value is (121,125,171). Sum of RGB (Red+Green+Blue) = 121+125+171=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #797DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797DAB is #868254. Grayscale: #808080. Windows color (decimal): -8815189 or 11238777. OLE color: 11238777.
HSL color Cylindrical-coordinate representation of color #797DAB: hue angle of 235.2º 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 #797DAB is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 125 | 171 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.33 |
| HSL | 235.2º | 0.23% | 0.57% | - |
| HSV(B) | 235.2º | 0.29% | 0.67% | - |
| XYZ | 22.57 | 21.67 | 41.52 | - |
| YUV | 129.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 171 | 0.29 | 0.27 | 0 | 0.33 | 235.2 | 0.23 | 0.57 |
| Hex | 79 | 7D | AB | 1D | 1B | 0 | 21 | EB | 17 | 39 |
| Octal | 171 | 175 | 253 | 35 | 33 | 0 | 41 | 353 | 27 | 71 |
| Binary | 1111001 | 1111101 | 10101011 | 11101 | 11011 | 0 | 100001 | 11101011 | 10111 | 111001 |
Color Harmonies of #797DAB
Complementary color
Monochromatic Colors of #797DAB
Black with #797DAB
Text Example
Text Example
White with #797DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797DAB; }
p { color: rgb(121,125,171); }
H1.HeaderClassName
{
color: #797DAB;
}
.AnyTagClassName
{
color: #797DAB;
}
</style>
background-color css
<style>
a { background-color: #797DAB; }
a { background-color: rgb(121,125,171); }
div.DivClassName
{
background-color: #797DAB;
}
.BgClassName
{
background-color: #797DAB;
}
</style>
border-color css
<style>
span { border-color: #797DAB; }
span { border-color: rgb(121,125,171); }
td.TdClassName
{
border-color: #797DAB;
}
.TagClassName
{
border-color: #797DAB;
}
</style>