Shades of Ship Cove #7A7B9E
Tints of Ship Cove #7A7B9E
RGB
CMYK
RGB Variations
Color information
#7A7B9E (or 0x7A7B9E) is known color: Ship Cove. HEX triplet: 7A, 7B and 9E. RGB value is (122,123,158). Sum of RGB (Red+Green+Blue) = 122+123+158=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A7B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7B9E is #858461. Grayscale: #7E7E7E. Windows color (decimal): -8750178 or 10386298. OLE color: 10386298.
HSL color Cylindrical-coordinate representation of color #7A7B9E: hue angle of 238.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A7B9E is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 123 | 158 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.38 |
| HSL | 238.33º | 0.16% | 0.55% | - |
| HSV(B) | 238.33º | 0.23% | 0.62% | - |
| XYZ | 21.28 | 20.77 | 35.24 | - |
| YUV | 126.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 123 | 158 | 0.23 | 0.22 | 0 | 0.38 | 238.33 | 0.16 | 0.55 |
| Hex | 7A | 7B | 9E | 17 | 16 | 0 | 26 | EE | 10 | 37 |
| Octal | 172 | 173 | 236 | 27 | 26 | 0 | 46 | 356 | 20 | 67 |
| Binary | 1111010 | 1111011 | 10011110 | 10111 | 10110 | 0 | 100110 | 11101110 | 10000 | 110111 |
Color Harmonies of #7A7B9E
Complementary color
Monochromatic Colors of #7A7B9E
Black with #7A7B9E
Text Example
Text Example
White with #7A7B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7B9E; }
p { color: rgb(122,123,158); }
H1.HeaderClassName
{
color: #7A7B9E;
}
.AnyTagClassName
{
color: #7A7B9E;
}
</style>
background-color css
<style>
a { background-color: #7A7B9E; }
a { background-color: rgb(122,123,158); }
div.DivClassName
{
background-color: #7A7B9E;
}
.BgClassName
{
background-color: #7A7B9E;
}
</style>
border-color css
<style>
span { border-color: #7A7B9E; }
span { border-color: rgb(122,123,158); }
td.TdClassName
{
border-color: #7A7B9E;
}
.TagClassName
{
border-color: #7A7B9E;
}
</style>