Shades of Ship Cove #7A7E9B
Tints of Ship Cove #7A7E9B
RGB
CMYK
RGB Variations
Color information
#7A7E9B (or 0x7A7E9B) is known color: Ship Cove. HEX triplet: 7A, 7E and 9B. RGB value is (122,126,155). Sum of RGB (Red+Green+Blue) = 122+126+155=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A7E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7E9B is #858164. Grayscale: #7F7F7F. Windows color (decimal): -8749413 or 10190458. OLE color: 10190458.
HSL color Cylindrical-coordinate representation of color #7A7E9B: hue angle of 232.73º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A7E9B is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 126 | 155 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.39 |
| HSL | 232.73º | 0.14% | 0.54% | - |
| HSV(B) | 232.73º | 0.21% | 0.61% | - |
| XYZ | 21.4 | 21.43 | 34.02 | - |
| YUV | 128.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 155 | 0.21 | 0.19 | 0 | 0.39 | 232.73 | 0.14 | 0.54 |
| Hex | 7A | 7E | 9B | 15 | 13 | 0 | 27 | E9 | E | 36 |
| Octal | 172 | 176 | 233 | 25 | 23 | 0 | 47 | 351 | 16 | 66 |
| Binary | 1111010 | 1111110 | 10011011 | 10101 | 10011 | 0 | 100111 | 11101001 | 1110 | 110110 |
Color Harmonies of #7A7E9B
Complementary color
Monochromatic Colors of #7A7E9B
Black with #7A7E9B
Text Example
Text Example
White with #7A7E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7E9B; }
p { color: rgb(122,126,155); }
H1.HeaderClassName
{
color: #7A7E9B;
}
.AnyTagClassName
{
color: #7A7E9B;
}
</style>
background-color css
<style>
a { background-color: #7A7E9B; }
a { background-color: rgb(122,126,155); }
div.DivClassName
{
background-color: #7A7E9B;
}
.BgClassName
{
background-color: #7A7E9B;
}
</style>
border-color css
<style>
span { border-color: #7A7E9B; }
span { border-color: rgb(122,126,155); }
td.TdClassName
{
border-color: #7A7E9B;
}
.TagClassName
{
border-color: #7A7E9B;
}
</style>