Shades of Ship Cove #7A7DA6
Tints of Ship Cove #7A7DA6
RGB
CMYK
RGB Variations
Color information
#7A7DA6 (or 0x7A7DA6) is known color: Ship Cove. HEX triplet: 7A, 7D and A6. RGB value is (122,125,166). Sum of RGB (Red+Green+Blue) = 122+125+166=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 166 - color contains mainly: blue. Hex color #7A7DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7DA6 is #858259. Grayscale: #808080. Windows color (decimal): -8749658 or 10911098. OLE color: 10911098.
HSL color Cylindrical-coordinate representation of color #7A7DA6: hue angle of 235.91º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A7DA6 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 125 | 166 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.35 |
| HSL | 235.91º | 0.2% | 0.56% | - |
| HSV(B) | 235.91º | 0.27% | 0.65% | - |
| XYZ | 22.24 | 21.56 | 39.07 | - |
| YUV | 128.78 | 149.01 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 166 | 0.27 | 0.25 | 0 | 0.35 | 235.91 | 0.2 | 0.56 |
| Hex | 7A | 7D | A6 | 1B | 19 | 0 | 23 | EC | 14 | 38 |
| Octal | 172 | 175 | 246 | 33 | 31 | 0 | 43 | 354 | 24 | 70 |
| Binary | 1111010 | 1111101 | 10100110 | 11011 | 11001 | 0 | 100011 | 11101100 | 10100 | 111000 |
Color Harmonies of #7A7DA6
Complementary color
Monochromatic Colors of #7A7DA6
Black with #7A7DA6
Text Example
Text Example
White with #7A7DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7DA6; }
p { color: rgb(122,125,166); }
H1.HeaderClassName
{
color: #7A7DA6;
}
.AnyTagClassName
{
color: #7A7DA6;
}
</style>
background-color css
<style>
a { background-color: #7A7DA6; }
a { background-color: rgb(122,125,166); }
div.DivClassName
{
background-color: #7A7DA6;
}
.BgClassName
{
background-color: #7A7DA6;
}
</style>
border-color css
<style>
span { border-color: #7A7DA6; }
span { border-color: rgb(122,125,166); }
td.TdClassName
{
border-color: #7A7DA6;
}
.TagClassName
{
border-color: #7A7DA6;
}
</style>