Shades of Ship Cove #7C859D
Tints of Ship Cove #7C859D
RGB
CMYK
RGB Variations
Color information
#7C859D (or 0x7C859D) is known color: Ship Cove. HEX triplet: 7C, 85 and 9D. RGB value is (124,133,157). Sum of RGB (Red+Green+Blue) = 124+133+157=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C859D is #837A62. Grayscale: #848484. Windows color (decimal): -8616547 or 10323324. OLE color: 10323324.
HSL color Cylindrical-coordinate representation of color #7C859D: hue angle of 223.64º 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 #7C859D is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 133 | 157 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.38 |
| HSL | 223.64º | 0.14% | 0.55% | - |
| HSV(B) | 223.64º | 0.21% | 0.62% | - |
| XYZ | 22.79 | 23.49 | 35.23 | - |
| YUV | 133.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 157 | 0.21 | 0.15 | 0 | 0.38 | 223.64 | 0.14 | 0.55 |
| Hex | 7C | 85 | 9D | 15 | F | 0 | 26 | E0 | E | 37 |
| Octal | 174 | 205 | 235 | 25 | 17 | 0 | 46 | 340 | 16 | 67 |
| Binary | 1111100 | 10000101 | 10011101 | 10101 | 1111 | 0 | 100110 | 11100000 | 1110 | 110111 |
Color Harmonies of #7C859D
Complementary color
Monochromatic Colors of #7C859D
Black with #7C859D
Text Example
Text Example
White with #7C859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C859D; }
p { color: rgb(124,133,157); }
H1.HeaderClassName
{
color: #7C859D;
}
.AnyTagClassName
{
color: #7C859D;
}
</style>
background-color css
<style>
a { background-color: #7C859D; }
a { background-color: rgb(124,133,157); }
div.DivClassName
{
background-color: #7C859D;
}
.BgClassName
{
background-color: #7C859D;
}
</style>
border-color css
<style>
span { border-color: #7C859D; }
span { border-color: rgb(124,133,157); }
td.TdClassName
{
border-color: #7C859D;
}
.TagClassName
{
border-color: #7C859D;
}
</style>