Shades of Ship Cove #797AA4
Tints of Ship Cove #797AA4
RGB
CMYK
RGB Variations
Color information
#797AA4 (or 0x797AA4) is known color: Ship Cove. HEX triplet: 79, 7A and A4. RGB value is (121,122,164). Sum of RGB (Red+Green+Blue) = 121+122+164=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 164 - color contains mainly: blue. Hex color #797AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797AA4 is #86855B. Grayscale: #7E7E7E. Windows color (decimal): -8815964 or 10779257. OLE color: 10779257.
HSL color Cylindrical-coordinate representation of color #797AA4: hue angle of 238.6º 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 #797AA4 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 122 | 164 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.36 |
| HSL | 238.6º | 0.19% | 0.56% | - |
| HSV(B) | 238.6º | 0.26% | 0.64% | - |
| XYZ | 21.55 | 20.66 | 37.98 | - |
| YUV | 126.49 | 149.17 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 164 | 0.26 | 0.26 | 0 | 0.36 | 238.6 | 0.19 | 0.56 |
| Hex | 79 | 7A | A4 | 1A | 1A | 0 | 24 | EF | 13 | 38 |
| Octal | 171 | 172 | 244 | 32 | 32 | 0 | 44 | 357 | 23 | 70 |
| Binary | 1111001 | 1111010 | 10100100 | 11010 | 11010 | 0 | 100100 | 11101111 | 10011 | 111000 |
Color Harmonies of #797AA4
Complementary color
Monochromatic Colors of #797AA4
Black with #797AA4
Text Example
Text Example
White with #797AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797AA4; }
p { color: rgb(121,122,164); }
H1.HeaderClassName
{
color: #797AA4;
}
.AnyTagClassName
{
color: #797AA4;
}
</style>
background-color css
<style>
a { background-color: #797AA4; }
a { background-color: rgb(121,122,164); }
div.DivClassName
{
background-color: #797AA4;
}
.BgClassName
{
background-color: #797AA4;
}
</style>
border-color css
<style>
span { border-color: #797AA4; }
span { border-color: rgb(121,122,164); }
td.TdClassName
{
border-color: #797AA4;
}
.TagClassName
{
border-color: #797AA4;
}
</style>