Shades of Ship Cove #78859F
Tints of Ship Cove #78859F
RGB
CMYK
RGB Variations
Color information
#78859F (or 0x78859F) is known color: Ship Cove. HEX triplet: 78, 85 and 9F. RGB value is (120,133,159). Sum of RGB (Red+Green+Blue) = 120+133+159=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #78859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78859F is #877A60. Grayscale: #838383. Windows color (decimal): -8878689 or 10454392. OLE color: 10454392.
HSL color Cylindrical-coordinate representation of color #78859F: hue angle of 220º 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 #78859F is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 133 | 159 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.38 |
| HSL | 220º | 0.17% | 0.55% | - |
| HSV(B) | 220º | 0.25% | 0.62% | - |
| XYZ | 22.39 | 23.27 | 36.11 | - |
| YUV | 132.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 159 | 0.25 | 0.16 | 0 | 0.38 | 220 | 0.17 | 0.55 |
| Hex | 78 | 85 | 9F | 19 | 10 | 0 | 26 | DC | 11 | 37 |
| Octal | 170 | 205 | 237 | 31 | 20 | 0 | 46 | 334 | 21 | 67 |
| Binary | 1111000 | 10000101 | 10011111 | 11001 | 10000 | 0 | 100110 | 11011100 | 10001 | 110111 |
Color Harmonies of #78859F
Complementary color
Monochromatic Colors of #78859F
Black with #78859F
Text Example
Text Example
White with #78859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78859F; }
p { color: rgb(120,133,159); }
H1.HeaderClassName
{
color: #78859F;
}
.AnyTagClassName
{
color: #78859F;
}
</style>
background-color css
<style>
a { background-color: #78859F; }
a { background-color: rgb(120,133,159); }
div.DivClassName
{
background-color: #78859F;
}
.BgClassName
{
background-color: #78859F;
}
</style>
border-color css
<style>
span { border-color: #78859F; }
span { border-color: rgb(120,133,159); }
td.TdClassName
{
border-color: #78859F;
}
.TagClassName
{
border-color: #78859F;
}
</style>