Shades of Ship Cove #7D8CAC
Tints of Ship Cove #7D8CAC
RGB
CMYK
RGB Variations
Color information
#7D8CAC (or 0x7D8CAC) is known color: Ship Cove. HEX triplet: 7D, 8C and AC. RGB value is (125,140,172). Sum of RGB (Red+Green+Blue) = 125+140+172=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 140 (55.08% from 255 or 32.04% 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 #7D8CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8CAC is #827353. Grayscale: #8B8B8B. Windows color (decimal): -8549204 or 11308157. OLE color: 11308157.
HSL color Cylindrical-coordinate representation of color #7D8CAC: hue angle of 220.85º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D8CAC is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 140 | 172 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.33 |
| HSL | 220.85º | 0.22% | 0.58% | - |
| HSV(B) | 220.85º | 0.27% | 0.67% | - |
| XYZ | 25.28 | 26.09 | 42.73 | - |
| YUV | 139.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 140 | 172 | 0.27 | 0.19 | 0 | 0.33 | 220.85 | 0.22 | 0.58 |
| Hex | 7D | 8C | AC | 1B | 13 | 0 | 21 | DD | 16 | 3A |
| Octal | 175 | 214 | 254 | 33 | 23 | 0 | 41 | 335 | 26 | 72 |
| Binary | 1111101 | 10001100 | 10101100 | 11011 | 10011 | 0 | 100001 | 11011101 | 10110 | 111010 |
Color Harmonies of #7D8CAC
Complementary color
Monochromatic Colors of #7D8CAC
Black with #7D8CAC
Text Example
Text Example
White with #7D8CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8CAC; }
p { color: rgb(125,140,172); }
H1.HeaderClassName
{
color: #7D8CAC;
}
.AnyTagClassName
{
color: #7D8CAC;
}
</style>
background-color css
<style>
a { background-color: #7D8CAC; }
a { background-color: rgb(125,140,172); }
div.DivClassName
{
background-color: #7D8CAC;
}
.BgClassName
{
background-color: #7D8CAC;
}
</style>
border-color css
<style>
span { border-color: #7D8CAC; }
span { border-color: rgb(125,140,172); }
td.TdClassName
{
border-color: #7D8CAC;
}
.TagClassName
{
border-color: #7D8CAC;
}
</style>