Shades of Ship Cove #797A9D
Tints of Ship Cove #797A9D
RGB
CMYK
RGB Variations
Color information
#797A9D (or 0x797A9D) is known color: Ship Cove. HEX triplet: 79, 7A and 9D. RGB value is (121,122,157). Sum of RGB (Red+Green+Blue) = 121+122+157=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #797A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797A9D is #868562. Grayscale: #7D7D7D. Windows color (decimal): -8815971 or 10320505. OLE color: 10320505.
HSL color Cylindrical-coordinate representation of color #797A9D: hue angle of 238.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #797A9D is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 122 | 157 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.38 |
| HSL | 238.33º | 0.16% | 0.55% | - |
| HSV(B) | 238.33º | 0.23% | 0.62% | - |
| XYZ | 20.93 | 20.42 | 34.74 | - |
| YUV | 125.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 157 | 0.23 | 0.22 | 0 | 0.38 | 238.33 | 0.16 | 0.55 |
| Hex | 79 | 7A | 9D | 17 | 16 | 0 | 26 | EE | 10 | 37 |
| Octal | 171 | 172 | 235 | 27 | 26 | 0 | 46 | 356 | 20 | 67 |
| Binary | 1111001 | 1111010 | 10011101 | 10111 | 10110 | 0 | 100110 | 11101110 | 10000 | 110111 |
Color Harmonies of #797A9D
Complementary color
Monochromatic Colors of #797A9D
Black with #797A9D
Text Example
Text Example
White with #797A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797A9D; }
p { color: rgb(121,122,157); }
H1.HeaderClassName
{
color: #797A9D;
}
.AnyTagClassName
{
color: #797A9D;
}
</style>
background-color css
<style>
a { background-color: #797A9D; }
a { background-color: rgb(121,122,157); }
div.DivClassName
{
background-color: #797A9D;
}
.BgClassName
{
background-color: #797A9D;
}
</style>
border-color css
<style>
span { border-color: #797A9D; }
span { border-color: rgb(121,122,157); }
td.TdClassName
{
border-color: #797A9D;
}
.TagClassName
{
border-color: #797A9D;
}
</style>