Shades of Ship Cove #747DA0
Tints of Ship Cove #747DA0
RGB
CMYK
RGB Variations
Color information
#747DA0 (or 0x747DA0) is known color: Ship Cove. HEX triplet: 74, 7D and A0. RGB value is (116,125,160). Sum of RGB (Red+Green+Blue) = 116+125+160=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 160 - color contains mainly: blue. Hex color #747DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747DA0 is #8B825F. Grayscale: #7E7E7E. Windows color (decimal): -9142880 or 10517876. OLE color: 10517876.
HSL color Cylindrical-coordinate representation of color #747DA0: hue angle of 227.73º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #747DA0 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 125 | 160 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.37 |
| HSL | 227.73º | 0.19% | 0.54% | - |
| HSV(B) | 227.73º | 0.28% | 0.63% | - |
| XYZ | 20.88 | 20.92 | 36.19 | - |
| YUV | 126.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 160 | 0.28 | 0.22 | 0 | 0.37 | 227.73 | 0.19 | 0.54 |
| Hex | 74 | 7D | A0 | 1C | 16 | 0 | 25 | E4 | 13 | 36 |
| Octal | 164 | 175 | 240 | 34 | 26 | 0 | 45 | 344 | 23 | 66 |
| Binary | 1110100 | 1111101 | 10100000 | 11100 | 10110 | 0 | 100101 | 11100100 | 10011 | 110110 |
Color Harmonies of #747DA0
Complementary color
Monochromatic Colors of #747DA0
Black with #747DA0
Text Example
Text Example
White with #747DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747DA0; }
p { color: rgb(116,125,160); }
H1.HeaderClassName
{
color: #747DA0;
}
.AnyTagClassName
{
color: #747DA0;
}
</style>
background-color css
<style>
a { background-color: #747DA0; }
a { background-color: rgb(116,125,160); }
div.DivClassName
{
background-color: #747DA0;
}
.BgClassName
{
background-color: #747DA0;
}
</style>
border-color css
<style>
span { border-color: #747DA0; }
span { border-color: rgb(116,125,160); }
td.TdClassName
{
border-color: #747DA0;
}
.TagClassName
{
border-color: #747DA0;
}
</style>