Shades of Ship Cove #747EA8
Tints of Ship Cove #747EA8
RGB
CMYK
RGB Variations
Color information
#747EA8 (or 0x747EA8) is known color: Ship Cove. HEX triplet: 74, 7E and A8. RGB value is (116,126,168). Sum of RGB (Red+Green+Blue) = 116+126+168=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 168 - color contains mainly: blue. Hex color #747EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747EA8 is #8B8157. Grayscale: #7F7F7F. Windows color (decimal): -9142616 or 11042420. OLE color: 11042420.
HSL color Cylindrical-coordinate representation of color #747EA8: hue angle of 228.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #747EA8 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 126 | 168 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.34 |
| HSL | 228.46º | 0.23% | 0.56% | - |
| HSV(B) | 228.46º | 0.31% | 0.66% | - |
| XYZ | 21.73 | 21.46 | 40.04 | - |
| YUV | 127.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 168 | 0.31 | 0.25 | 0 | 0.34 | 228.46 | 0.23 | 0.56 |
| Hex | 74 | 7E | A8 | 1F | 19 | 0 | 22 | E4 | 17 | 38 |
| Octal | 164 | 176 | 250 | 37 | 31 | 0 | 42 | 344 | 27 | 70 |
| Binary | 1110100 | 1111110 | 10101000 | 11111 | 11001 | 0 | 100010 | 11100100 | 10111 | 111000 |
Color Harmonies of #747EA8
Complementary color
Monochromatic Colors of #747EA8
Black with #747EA8
Text Example
Text Example
White with #747EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747EA8; }
p { color: rgb(116,126,168); }
H1.HeaderClassName
{
color: #747EA8;
}
.AnyTagClassName
{
color: #747EA8;
}
</style>
background-color css
<style>
a { background-color: #747EA8; }
a { background-color: rgb(116,126,168); }
div.DivClassName
{
background-color: #747EA8;
}
.BgClassName
{
background-color: #747EA8;
}
</style>
border-color css
<style>
span { border-color: #747EA8; }
span { border-color: rgb(116,126,168); }
td.TdClassName
{
border-color: #747EA8;
}
.TagClassName
{
border-color: #747EA8;
}
</style>