Shades of Ship Cove #7D88AA
Tints of Ship Cove #7D88AA
RGB
CMYK
RGB Variations
Color information
#7D88AA (or 0x7D88AA) is known color: Ship Cove. HEX triplet: 7D, 88 and AA. RGB value is (125,136,170). Sum of RGB (Red+Green+Blue) = 125+136+170=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D88AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D88AA is #827755. Grayscale: #888888. Windows color (decimal): -8550230 or 11176061. OLE color: 11176061.
HSL color Cylindrical-coordinate representation of color #7D88AA: hue angle of 225.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D88AA is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 136 | 170 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.33 |
| HSL | 225.33º | 0.21% | 0.58% | - |
| HSV(B) | 225.33º | 0.26% | 0.67% | - |
| XYZ | 24.52 | 24.87 | 41.54 | - |
| YUV | 136.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 170 | 0.26 | 0.20 | 0 | 0.33 | 225.33 | 0.21 | 0.58 |
| Hex | 7D | 88 | AA | 1A | 14 | 0 | 21 | E1 | 15 | 3A |
| Octal | 175 | 210 | 252 | 32 | 24 | 0 | 41 | 341 | 25 | 72 |
| Binary | 1111101 | 10001000 | 10101010 | 11010 | 10100 | 0 | 100001 | 11100001 | 10101 | 111010 |
Color Harmonies of #7D88AA
Complementary color
Monochromatic Colors of #7D88AA
Black with #7D88AA
Text Example
Text Example
White with #7D88AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D88AA; }
p { color: rgb(125,136,170); }
H1.HeaderClassName
{
color: #7D88AA;
}
.AnyTagClassName
{
color: #7D88AA;
}
</style>
background-color css
<style>
a { background-color: #7D88AA; }
a { background-color: rgb(125,136,170); }
div.DivClassName
{
background-color: #7D88AA;
}
.BgClassName
{
background-color: #7D88AA;
}
</style>
border-color css
<style>
span { border-color: #7D88AA; }
span { border-color: rgb(125,136,170); }
td.TdClassName
{
border-color: #7D88AA;
}
.TagClassName
{
border-color: #7D88AA;
}
</style>