Shades of Ship Cove #797C9D
Tints of Ship Cove #797C9D
RGB
CMYK
RGB Variations
Color information
#797C9D (or 0x797C9D) is known color: Ship Cove. HEX triplet: 79, 7C and 9D. RGB value is (121,124,157). Sum of RGB (Red+Green+Blue) = 121+124+157=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #797C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797C9D is #868362. Grayscale: #7E7E7E. Windows color (decimal): -8815459 or 10321017. OLE color: 10321017.
HSL color Cylindrical-coordinate representation of color #797C9D: hue angle of 235º 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 #797C9D is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 124 | 157 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.38 |
| HSL | 235º | 0.16% | 0.55% | - |
| HSV(B) | 235º | 0.23% | 0.62% | - |
| XYZ | 21.18 | 20.91 | 34.82 | - |
| YUV | 126.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 157 | 0.23 | 0.21 | 0 | 0.38 | 235 | 0.16 | 0.55 |
| Hex | 79 | 7C | 9D | 17 | 15 | 0 | 26 | EB | 10 | 37 |
| Octal | 171 | 174 | 235 | 27 | 25 | 0 | 46 | 353 | 20 | 67 |
| Binary | 1111001 | 1111100 | 10011101 | 10111 | 10101 | 0 | 100110 | 11101011 | 10000 | 110111 |
Color Harmonies of #797C9D
Complementary color
Monochromatic Colors of #797C9D
Black with #797C9D
Text Example
Text Example
White with #797C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797C9D; }
p { color: rgb(121,124,157); }
H1.HeaderClassName
{
color: #797C9D;
}
.AnyTagClassName
{
color: #797C9D;
}
</style>
background-color css
<style>
a { background-color: #797C9D; }
a { background-color: rgb(121,124,157); }
div.DivClassName
{
background-color: #797C9D;
}
.BgClassName
{
background-color: #797C9D;
}
</style>
border-color css
<style>
span { border-color: #797C9D; }
span { border-color: rgb(121,124,157); }
td.TdClassName
{
border-color: #797C9D;
}
.TagClassName
{
border-color: #797C9D;
}
</style>