Shades of Ship Cove #78829F
Tints of Ship Cove #78829F
RGB
CMYK
RGB Variations
Color information
#78829F (or 0x78829F) is known color: Ship Cove. HEX triplet: 78, 82 and 9F. RGB value is (120,130,159). Sum of RGB (Red+Green+Blue) = 120+130+159=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #78829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78829F is #877D60. Grayscale: #828282. Windows color (decimal): -8879457 or 10453624. OLE color: 10453624.
HSL color Cylindrical-coordinate representation of color #78829F: hue angle of 224.62º 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 #78829F is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 130 | 159 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.38 |
| HSL | 224.62º | 0.17% | 0.55% | - |
| HSV(B) | 224.62º | 0.25% | 0.62% | - |
| XYZ | 21.99 | 22.46 | 35.98 | - |
| YUV | 130.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 159 | 0.25 | 0.18 | 0 | 0.38 | 224.62 | 0.17 | 0.55 |
| Hex | 78 | 82 | 9F | 19 | 12 | 0 | 26 | E1 | 11 | 37 |
| Octal | 170 | 202 | 237 | 31 | 22 | 0 | 46 | 341 | 21 | 67 |
| Binary | 1111000 | 10000010 | 10011111 | 11001 | 10010 | 0 | 100110 | 11100001 | 10001 | 110111 |
Color Harmonies of #78829F
Complementary color
Monochromatic Colors of #78829F
Black with #78829F
Text Example
Text Example
White with #78829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78829F; }
p { color: rgb(120,130,159); }
H1.HeaderClassName
{
color: #78829F;
}
.AnyTagClassName
{
color: #78829F;
}
</style>
background-color css
<style>
a { background-color: #78829F; }
a { background-color: rgb(120,130,159); }
div.DivClassName
{
background-color: #78829F;
}
.BgClassName
{
background-color: #78829F;
}
</style>
border-color css
<style>
span { border-color: #78829F; }
span { border-color: rgb(120,130,159); }
td.TdClassName
{
border-color: #78829F;
}
.TagClassName
{
border-color: #78829F;
}
</style>