Shades of Ship Cove #7A7FA6
Tints of Ship Cove #7A7FA6
RGB
CMYK
RGB Variations
Color information
#7A7FA6 (or 0x7A7FA6) is known color: Ship Cove. HEX triplet: 7A, 7F and A6. RGB value is (122,127,166). Sum of RGB (Red+Green+Blue) = 122+127+166=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 166 - color contains mainly: blue. Hex color #7A7FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7FA6 is #858059. Grayscale: #818181. Windows color (decimal): -8749146 or 10911610. OLE color: 10911610.
HSL color Cylindrical-coordinate representation of color #7A7FA6: hue angle of 233.18º 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 #7A7FA6 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 127 | 166 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.35 |
| HSL | 233.18º | 0.2% | 0.56% | - |
| HSV(B) | 233.18º | 0.27% | 0.65% | - |
| XYZ | 22.5 | 22.07 | 39.15 | - |
| YUV | 129.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 127 | 166 | 0.27 | 0.23 | 0 | 0.35 | 233.18 | 0.2 | 0.56 |
| Hex | 7A | 7F | A6 | 1B | 17 | 0 | 23 | E9 | 14 | 38 |
| Octal | 172 | 177 | 246 | 33 | 27 | 0 | 43 | 351 | 24 | 70 |
| Binary | 1111010 | 1111111 | 10100110 | 11011 | 10111 | 0 | 100011 | 11101001 | 10100 | 111000 |
Color Harmonies of #7A7FA6
Complementary color
Monochromatic Colors of #7A7FA6
Black with #7A7FA6
Text Example
Text Example
White with #7A7FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7FA6; }
p { color: rgb(122,127,166); }
H1.HeaderClassName
{
color: #7A7FA6;
}
.AnyTagClassName
{
color: #7A7FA6;
}
</style>
background-color css
<style>
a { background-color: #7A7FA6; }
a { background-color: rgb(122,127,166); }
div.DivClassName
{
background-color: #7A7FA6;
}
.BgClassName
{
background-color: #7A7FA6;
}
</style>
border-color css
<style>
span { border-color: #7A7FA6; }
span { border-color: rgb(122,127,166); }
td.TdClassName
{
border-color: #7A7FA6;
}
.TagClassName
{
border-color: #7A7FA6;
}
</style>