Shades of Ship Cove #797EA3
Tints of Ship Cove #797EA3
RGB
CMYK
RGB Variations
Color information
#797EA3 (or 0x797EA3) is known color: Ship Cove. HEX triplet: 79, 7E and A3. RGB value is (121,126,163). Sum of RGB (Red+Green+Blue) = 121+126+163=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 163 - color contains mainly: blue. Hex color #797EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797EA3 is #86815C. Grayscale: #808080. Windows color (decimal): -8814941 or 10714745. OLE color: 10714745.
HSL color Cylindrical-coordinate representation of color #797EA3: hue angle of 232.86º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #797EA3 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 126 | 163 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.36 |
| HSL | 232.86º | 0.19% | 0.56% | - |
| HSV(B) | 232.86º | 0.26% | 0.64% | - |
| XYZ | 21.96 | 21.63 | 37.67 | - |
| YUV | 128.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 163 | 0.26 | 0.23 | 0 | 0.36 | 232.86 | 0.19 | 0.56 |
| Hex | 79 | 7E | A3 | 1A | 17 | 0 | 24 | E9 | 13 | 38 |
| Octal | 171 | 176 | 243 | 32 | 27 | 0 | 44 | 351 | 23 | 70 |
| Binary | 1111001 | 1111110 | 10100011 | 11010 | 10111 | 0 | 100100 | 11101001 | 10011 | 111000 |
Color Harmonies of #797EA3
Complementary color
Monochromatic Colors of #797EA3
Black with #797EA3
Text Example
Text Example
White with #797EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797EA3; }
p { color: rgb(121,126,163); }
H1.HeaderClassName
{
color: #797EA3;
}
.AnyTagClassName
{
color: #797EA3;
}
</style>
background-color css
<style>
a { background-color: #797EA3; }
a { background-color: rgb(121,126,163); }
div.DivClassName
{
background-color: #797EA3;
}
.BgClassName
{
background-color: #797EA3;
}
</style>
border-color css
<style>
span { border-color: #797EA3; }
span { border-color: rgb(121,126,163); }
td.TdClassName
{
border-color: #797EA3;
}
.TagClassName
{
border-color: #797EA3;
}
</style>