Shades of Ship Cove #7A7B9D
Tints of Ship Cove #7A7B9D
RGB
CMYK
RGB Variations
Color information
#7A7B9D (or 0x7A7B9D) is known color: Ship Cove. HEX triplet: 7A, 7B and 9D. RGB value is (122,123,157). Sum of RGB (Red+Green+Blue) = 122+123+157=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A7B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7B9D is #858462. Grayscale: #7E7E7E. Windows color (decimal): -8750179 or 10320762. OLE color: 10320762.
HSL color Cylindrical-coordinate representation of color #7A7B9D: hue angle of 238.29º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A7B9D is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 123 | 157 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.38 |
| HSL | 238.29º | 0.15% | 0.55% | - |
| HSV(B) | 238.29º | 0.22% | 0.62% | - |
| XYZ | 21.19 | 20.74 | 34.78 | - |
| YUV | 126.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 123 | 157 | 0.22 | 0.22 | 0 | 0.38 | 238.29 | 0.15 | 0.55 |
| Hex | 7A | 7B | 9D | 16 | 16 | 0 | 26 | EE | F | 37 |
| Octal | 172 | 173 | 235 | 26 | 26 | 0 | 46 | 356 | 17 | 67 |
| Binary | 1111010 | 1111011 | 10011101 | 10110 | 10110 | 0 | 100110 | 11101110 | 1111 | 110111 |
Color Harmonies of #7A7B9D
Complementary color
Monochromatic Colors of #7A7B9D
Black with #7A7B9D
Text Example
Text Example
White with #7A7B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7B9D; }
p { color: rgb(122,123,157); }
H1.HeaderClassName
{
color: #7A7B9D;
}
.AnyTagClassName
{
color: #7A7B9D;
}
</style>
background-color css
<style>
a { background-color: #7A7B9D; }
a { background-color: rgb(122,123,157); }
div.DivClassName
{
background-color: #7A7B9D;
}
.BgClassName
{
background-color: #7A7B9D;
}
</style>
border-color css
<style>
span { border-color: #7A7B9D; }
span { border-color: rgb(122,123,157); }
td.TdClassName
{
border-color: #7A7B9D;
}
.TagClassName
{
border-color: #7A7B9D;
}
</style>