Shades of Ship Cove #7A7EA0
Tints of Ship Cove #7A7EA0
RGB
CMYK
RGB Variations
Color information
#7A7EA0 (or 0x7A7EA0) is known color: Ship Cove. HEX triplet: 7A, 7E and A0. RGB value is (122,126,160). Sum of RGB (Red+Green+Blue) = 122+126+160=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 160 - color contains mainly: blue. Hex color #7A7EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7EA0 is #85815F. Grayscale: #808080. Windows color (decimal): -8749408 or 10518138. OLE color: 10518138.
HSL color Cylindrical-coordinate representation of color #7A7EA0: hue angle of 233.68º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A7EA0 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 126 | 160 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.37 |
| HSL | 233.68º | 0.17% | 0.55% | - |
| HSV(B) | 233.68º | 0.24% | 0.63% | - |
| XYZ | 21.83 | 21.6 | 36.28 | - |
| YUV | 128.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 160 | 0.24 | 0.21 | 0 | 0.37 | 233.68 | 0.17 | 0.55 |
| Hex | 7A | 7E | A0 | 18 | 15 | 0 | 25 | EA | 11 | 37 |
| Octal | 172 | 176 | 240 | 30 | 25 | 0 | 45 | 352 | 21 | 67 |
| Binary | 1111010 | 1111110 | 10100000 | 11000 | 10101 | 0 | 100101 | 11101010 | 10001 | 110111 |
Color Harmonies of #7A7EA0
Complementary color
Monochromatic Colors of #7A7EA0
Black with #7A7EA0
Text Example
Text Example
White with #7A7EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7EA0; }
p { color: rgb(122,126,160); }
H1.HeaderClassName
{
color: #7A7EA0;
}
.AnyTagClassName
{
color: #7A7EA0;
}
</style>
background-color css
<style>
a { background-color: #7A7EA0; }
a { background-color: rgb(122,126,160); }
div.DivClassName
{
background-color: #7A7EA0;
}
.BgClassName
{
background-color: #7A7EA0;
}
</style>
border-color css
<style>
span { border-color: #7A7EA0; }
span { border-color: rgb(122,126,160); }
td.TdClassName
{
border-color: #7A7EA0;
}
.TagClassName
{
border-color: #7A7EA0;
}
</style>