Shades of Ship Cove #78819F
Tints of Ship Cove #78819F
RGB
CMYK
RGB Variations
Color information
#78819F (or 0x78819F) is known color: Ship Cove. HEX triplet: 78, 81 and 9F. RGB value is (120,129,159). Sum of RGB (Red+Green+Blue) = 120+129+159=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #78819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78819F is #877E60. Grayscale: #818181. Windows color (decimal): -8879713 or 10453368. OLE color: 10453368.
HSL color Cylindrical-coordinate representation of color #78819F: hue angle of 226.15º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78819F is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 129 | 159 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.38 |
| HSL | 226.15º | 0.17% | 0.55% | - |
| HSV(B) | 226.15º | 0.25% | 0.62% | - |
| XYZ | 21.85 | 22.2 | 35.93 | - |
| YUV | 129.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 159 | 0.25 | 0.19 | 0 | 0.38 | 226.15 | 0.17 | 0.55 |
| Hex | 78 | 81 | 9F | 19 | 13 | 0 | 26 | E2 | 11 | 37 |
| Octal | 170 | 201 | 237 | 31 | 23 | 0 | 46 | 342 | 21 | 67 |
| Binary | 1111000 | 10000001 | 10011111 | 11001 | 10011 | 0 | 100110 | 11100010 | 10001 | 110111 |
Color Harmonies of #78819F
Complementary color
Monochromatic Colors of #78819F
Black with #78819F
Text Example
Text Example
White with #78819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78819F; }
p { color: rgb(120,129,159); }
H1.HeaderClassName
{
color: #78819F;
}
.AnyTagClassName
{
color: #78819F;
}
</style>
background-color css
<style>
a { background-color: #78819F; }
a { background-color: rgb(120,129,159); }
div.DivClassName
{
background-color: #78819F;
}
.BgClassName
{
background-color: #78819F;
}
</style>
border-color css
<style>
span { border-color: #78819F; }
span { border-color: rgb(120,129,159); }
td.TdClassName
{
border-color: #78819F;
}
.TagClassName
{
border-color: #78819F;
}
</style>