Shades of Ship Cove #79819C
Tints of Ship Cove #79819C
RGB
CMYK
RGB Variations
Color information
#79819C (or 0x79819C) is known color: Ship Cove. HEX triplet: 79, 81 and 9C. RGB value is (121,129,156). Sum of RGB (Red+Green+Blue) = 121+129+156=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #79819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79819C is #867E63. Grayscale: #818181. Windows color (decimal): -8814180 or 10256761. OLE color: 10256761.
HSL color Cylindrical-coordinate representation of color #79819C: hue angle of 226.29º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #79819C is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 129 | 156 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.39 |
| HSL | 226.29º | 0.15% | 0.54% | - |
| HSV(B) | 226.29º | 0.22% | 0.61% | - |
| XYZ | 21.74 | 22.17 | 34.59 | - |
| YUV | 129.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 129 | 156 | 0.22 | 0.17 | 0 | 0.39 | 226.29 | 0.15 | 0.54 |
| Hex | 79 | 81 | 9C | 16 | 11 | 0 | 27 | E2 | F | 36 |
| Octal | 171 | 201 | 234 | 26 | 21 | 0 | 47 | 342 | 17 | 66 |
| Binary | 1111001 | 10000001 | 10011100 | 10110 | 10001 | 0 | 100111 | 11100010 | 1111 | 110110 |
Color Harmonies of #79819C
Complementary color
Monochromatic Colors of #79819C
Black with #79819C
Text Example
Text Example
White with #79819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79819C; }
p { color: rgb(121,129,156); }
H1.HeaderClassName
{
color: #79819C;
}
.AnyTagClassName
{
color: #79819C;
}
</style>
background-color css
<style>
a { background-color: #79819C; }
a { background-color: rgb(121,129,156); }
div.DivClassName
{
background-color: #79819C;
}
.BgClassName
{
background-color: #79819C;
}
</style>
border-color css
<style>
span { border-color: #79819C; }
span { border-color: rgb(121,129,156); }
td.TdClassName
{
border-color: #79819C;
}
.TagClassName
{
border-color: #79819C;
}
</style>