Shades of Ship Cove #7D90AE
Tints of Ship Cove #7D90AE
RGB
CMYK
RGB Variations
Color information
#7D90AE (or 0x7D90AE) is known color: Ship Cove. HEX triplet: 7D, 90 and AE. RGB value is (125,144,174). Sum of RGB (Red+Green+Blue) = 125+144+174=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D90AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D90AE is #826F51. Grayscale: #8D8D8D. Windows color (decimal): -8548178 or 11440253. OLE color: 11440253.
HSL color Cylindrical-coordinate representation of color #7D90AE: hue angle of 216.73º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D90AE is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 144 | 174 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.32 |
| HSL | 216.73º | 0.23% | 0.59% | - |
| HSV(B) | 216.73º | 0.28% | 0.68% | - |
| XYZ | 26.07 | 27.36 | 43.95 | - |
| YUV | 141.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 174 | 0.28 | 0.17 | 0 | 0.32 | 216.73 | 0.23 | 0.59 |
| Hex | 7D | 90 | AE | 1C | 11 | 0 | 20 | D9 | 17 | 3B |
| Octal | 175 | 220 | 256 | 34 | 21 | 0 | 40 | 331 | 27 | 73 |
| Binary | 1111101 | 10010000 | 10101110 | 11100 | 10001 | 0 | 100000 | 11011001 | 10111 | 111011 |
Color Harmonies of #7D90AE
Complementary color
Monochromatic Colors of #7D90AE
Black with #7D90AE
Text Example
Text Example
White with #7D90AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D90AE; }
p { color: rgb(125,144,174); }
H1.HeaderClassName
{
color: #7D90AE;
}
.AnyTagClassName
{
color: #7D90AE;
}
</style>
background-color css
<style>
a { background-color: #7D90AE; }
a { background-color: rgb(125,144,174); }
div.DivClassName
{
background-color: #7D90AE;
}
.BgClassName
{
background-color: #7D90AE;
}
</style>
border-color css
<style>
span { border-color: #7D90AE; }
span { border-color: rgb(125,144,174); }
td.TdClassName
{
border-color: #7D90AE;
}
.TagClassName
{
border-color: #7D90AE;
}
</style>