Shades of Ship Cove #7C849D
Tints of Ship Cove #7C849D
RGB
CMYK
RGB Variations
Color information
#7C849D (or 0x7C849D) is known color: Ship Cove. HEX triplet: 7C, 84 and 9D. RGB value is (124,132,157). Sum of RGB (Red+Green+Blue) = 124+132+157=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C849D is #837B62. Grayscale: #848484. Windows color (decimal): -8616803 or 10323068. OLE color: 10323068.
HSL color Cylindrical-coordinate representation of color #7C849D: hue angle of 225.45º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C849D is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 132 | 157 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.38 |
| HSL | 225.45º | 0.14% | 0.55% | - |
| HSV(B) | 225.45º | 0.21% | 0.62% | - |
| XYZ | 22.65 | 23.22 | 35.19 | - |
| YUV | 132.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 132 | 157 | 0.21 | 0.16 | 0 | 0.38 | 225.45 | 0.14 | 0.55 |
| Hex | 7C | 84 | 9D | 15 | 10 | 0 | 26 | E1 | E | 37 |
| Octal | 174 | 204 | 235 | 25 | 20 | 0 | 46 | 341 | 16 | 67 |
| Binary | 1111100 | 10000100 | 10011101 | 10101 | 10000 | 0 | 100110 | 11100001 | 1110 | 110111 |
Color Harmonies of #7C849D
Complementary color
Monochromatic Colors of #7C849D
Black with #7C849D
Text Example
Text Example
White with #7C849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C849D; }
p { color: rgb(124,132,157); }
H1.HeaderClassName
{
color: #7C849D;
}
.AnyTagClassName
{
color: #7C849D;
}
</style>
background-color css
<style>
a { background-color: #7C849D; }
a { background-color: rgb(124,132,157); }
div.DivClassName
{
background-color: #7C849D;
}
.BgClassName
{
background-color: #7C849D;
}
</style>
border-color css
<style>
span { border-color: #7C849D; }
span { border-color: rgb(124,132,157); }
td.TdClassName
{
border-color: #7C849D;
}
.TagClassName
{
border-color: #7C849D;
}
</style>