Shades of Ship Cove #7C8DAC
Tints of Ship Cove #7C8DAC
RGB
CMYK
RGB Variations
Color information
#7C8DAC (or 0x7C8DAC) is known color: Ship Cove. HEX triplet: 7C, 8D and AC. RGB value is (124,141,172). Sum of RGB (Red+Green+Blue) = 124+141+172=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C8DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8DAC is #837253. Grayscale: #8B8B8B. Windows color (decimal): -8614484 or 11308412. OLE color: 11308412.
HSL color Cylindrical-coordinate representation of color #7C8DAC: hue angle of 218.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C8DAC is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 141 | 172 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.33 |
| HSL | 218.75º | 0.22% | 0.58% | - |
| HSV(B) | 218.75º | 0.28% | 0.67% | - |
| XYZ | 25.28 | 26.31 | 42.78 | - |
| YUV | 139.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 141 | 172 | 0.28 | 0.18 | 0 | 0.33 | 218.75 | 0.22 | 0.58 |
| Hex | 7C | 8D | AC | 1C | 12 | 0 | 21 | DB | 16 | 3A |
| Octal | 174 | 215 | 254 | 34 | 22 | 0 | 41 | 333 | 26 | 72 |
| Binary | 1111100 | 10001101 | 10101100 | 11100 | 10010 | 0 | 100001 | 11011011 | 10110 | 111010 |
Color Harmonies of #7C8DAC
Complementary color
Monochromatic Colors of #7C8DAC
Black with #7C8DAC
Text Example
Text Example
White with #7C8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8DAC; }
p { color: rgb(124,141,172); }
H1.HeaderClassName
{
color: #7C8DAC;
}
.AnyTagClassName
{
color: #7C8DAC;
}
</style>
background-color css
<style>
a { background-color: #7C8DAC; }
a { background-color: rgb(124,141,172); }
div.DivClassName
{
background-color: #7C8DAC;
}
.BgClassName
{
background-color: #7C8DAC;
}
</style>
border-color css
<style>
span { border-color: #7C8DAC; }
span { border-color: rgb(124,141,172); }
td.TdClassName
{
border-color: #7C8DAC;
}
.TagClassName
{
border-color: #7C8DAC;
}
</style>