Shades of Ship Cove #7C90AA
Tints of Ship Cove #7C90AA
RGB
CMYK
RGB Variations
Color information
#7C90AA (or 0x7C90AA) is known color: Ship Cove. HEX triplet: 7C, 90 and AA. RGB value is (124,144,170). Sum of RGB (Red+Green+Blue) = 124+144+170=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C90AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C90AA is #836F55. Grayscale: #8C8C8C. Windows color (decimal): -8613718 or 11178108. OLE color: 11178108.
HSL color Cylindrical-coordinate representation of color #7C90AA: hue angle of 213.91º degrees, saturation: 0.21, 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 #7C90AA is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 144 | 170 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.33 |
| HSL | 213.91º | 0.21% | 0.58% | - |
| HSV(B) | 213.91º | 0.27% | 0.67% | - |
| XYZ | 25.54 | 27.13 | 41.92 | - |
| YUV | 140.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 170 | 0.27 | 0.15 | 0 | 0.33 | 213.91 | 0.21 | 0.58 |
| Hex | 7C | 90 | AA | 1B | F | 0 | 21 | D6 | 15 | 3A |
| Octal | 174 | 220 | 252 | 33 | 17 | 0 | 41 | 326 | 25 | 72 |
| Binary | 1111100 | 10010000 | 10101010 | 11011 | 1111 | 0 | 100001 | 11010110 | 10101 | 111010 |
Color Harmonies of #7C90AA
Complementary color
Monochromatic Colors of #7C90AA
Black with #7C90AA
Text Example
Text Example
White with #7C90AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C90AA; }
p { color: rgb(124,144,170); }
H1.HeaderClassName
{
color: #7C90AA;
}
.AnyTagClassName
{
color: #7C90AA;
}
</style>
background-color css
<style>
a { background-color: #7C90AA; }
a { background-color: rgb(124,144,170); }
div.DivClassName
{
background-color: #7C90AA;
}
.BgClassName
{
background-color: #7C90AA;
}
</style>
border-color css
<style>
span { border-color: #7C90AA; }
span { border-color: rgb(124,144,170); }
td.TdClassName
{
border-color: #7C90AA;
}
.TagClassName
{
border-color: #7C90AA;
}
</style>