Shades of Ship Cove #797A9F
Tints of Ship Cove #797A9F
RGB
CMYK
RGB Variations
Color information
#797A9F (or 0x797A9F) is known color: Ship Cove. HEX triplet: 79, 7A and 9F. RGB value is (121,122,159). Sum of RGB (Red+Green+Blue) = 121+122+159=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 159 - color contains mainly: blue. Hex color #797A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797A9F is #868560. Grayscale: #7D7D7D. Windows color (decimal): -8815969 or 10451577. OLE color: 10451577.
HSL color Cylindrical-coordinate representation of color #797A9F: hue angle of 238.42º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #797A9F is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 122 | 159 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.38 |
| HSL | 238.42º | 0.17% | 0.55% | - |
| HSV(B) | 238.42º | 0.24% | 0.62% | - |
| XYZ | 21.1 | 20.49 | 35.64 | - |
| YUV | 125.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 159 | 0.24 | 0.23 | 0 | 0.38 | 238.42 | 0.17 | 0.55 |
| Hex | 79 | 7A | 9F | 18 | 17 | 0 | 26 | EE | 11 | 37 |
| Octal | 171 | 172 | 237 | 30 | 27 | 0 | 46 | 356 | 21 | 67 |
| Binary | 1111001 | 1111010 | 10011111 | 11000 | 10111 | 0 | 100110 | 11101110 | 10001 | 110111 |
Color Harmonies of #797A9F
Complementary color
Monochromatic Colors of #797A9F
Black with #797A9F
Text Example
Text Example
White with #797A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797A9F; }
p { color: rgb(121,122,159); }
H1.HeaderClassName
{
color: #797A9F;
}
.AnyTagClassName
{
color: #797A9F;
}
</style>
background-color css
<style>
a { background-color: #797A9F; }
a { background-color: rgb(121,122,159); }
div.DivClassName
{
background-color: #797A9F;
}
.BgClassName
{
background-color: #797A9F;
}
</style>
border-color css
<style>
span { border-color: #797A9F; }
span { border-color: rgb(121,122,159); }
td.TdClassName
{
border-color: #797A9F;
}
.TagClassName
{
border-color: #797A9F;
}
</style>