Shades of Ship Cove #797DAA
Tints of Ship Cove #797DAA
RGB
CMYK
RGB Variations
Color information
#797DAA (or 0x797DAA) is known color: Ship Cove. HEX triplet: 79, 7D and AA. RGB value is (121,125,170). Sum of RGB (Red+Green+Blue) = 121+125+170=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #797DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797DAA is #868255. Grayscale: #808080. Windows color (decimal): -8815190 or 11173241. OLE color: 11173241.
HSL color Cylindrical-coordinate representation of color #797DAA: hue angle of 235.1º 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 #797DAA is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 125 | 170 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.33 |
| HSL | 235.1º | 0.22% | 0.57% | - |
| HSV(B) | 235.1º | 0.29% | 0.67% | - |
| XYZ | 22.47 | 21.63 | 41.02 | - |
| YUV | 128.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 170 | 0.29 | 0.26 | 0 | 0.33 | 235.1 | 0.22 | 0.57 |
| Hex | 79 | 7D | AA | 1D | 1A | 0 | 21 | EB | 16 | 39 |
| Octal | 171 | 175 | 252 | 35 | 32 | 0 | 41 | 353 | 26 | 71 |
| Binary | 1111001 | 1111101 | 10101010 | 11101 | 11010 | 0 | 100001 | 11101011 | 10110 | 111001 |
Color Harmonies of #797DAA
Complementary color
Monochromatic Colors of #797DAA
Black with #797DAA
Text Example
Text Example
White with #797DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797DAA; }
p { color: rgb(121,125,170); }
H1.HeaderClassName
{
color: #797DAA;
}
.AnyTagClassName
{
color: #797DAA;
}
</style>
background-color css
<style>
a { background-color: #797DAA; }
a { background-color: rgb(121,125,170); }
div.DivClassName
{
background-color: #797DAA;
}
.BgClassName
{
background-color: #797DAA;
}
</style>
border-color css
<style>
span { border-color: #797DAA; }
span { border-color: rgb(121,125,170); }
td.TdClassName
{
border-color: #797DAA;
}
.TagClassName
{
border-color: #797DAA;
}
</style>