Shades of Ship Cove #7A7DA5
Tints of Ship Cove #7A7DA5
RGB
CMYK
RGB Variations
Color information
#7A7DA5 (or 0x7A7DA5) is known color: Ship Cove. HEX triplet: 7A, 7D and A5. RGB value is (122,125,165). Sum of RGB (Red+Green+Blue) = 122+125+165=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 165 - color contains mainly: blue. Hex color #7A7DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7DA5 is #85825A. Grayscale: #808080. Windows color (decimal): -8749659 or 10845562. OLE color: 10845562.
HSL color Cylindrical-coordinate representation of color #7A7DA5: hue angle of 235.81º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A7DA5 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 125 | 165 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.35 |
| HSL | 235.81º | 0.19% | 0.56% | - |
| HSV(B) | 235.81º | 0.26% | 0.65% | - |
| XYZ | 22.15 | 21.52 | 38.58 | - |
| YUV | 128.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 165 | 0.26 | 0.24 | 0 | 0.35 | 235.81 | 0.19 | 0.56 |
| Hex | 7A | 7D | A5 | 1A | 18 | 0 | 23 | EC | 13 | 38 |
| Octal | 172 | 175 | 245 | 32 | 30 | 0 | 43 | 354 | 23 | 70 |
| Binary | 1111010 | 1111101 | 10100101 | 11010 | 11000 | 0 | 100011 | 11101100 | 10011 | 111000 |
Color Harmonies of #7A7DA5
Complementary color
Monochromatic Colors of #7A7DA5
Black with #7A7DA5
Text Example
Text Example
White with #7A7DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7DA5; }
p { color: rgb(122,125,165); }
H1.HeaderClassName
{
color: #7A7DA5;
}
.AnyTagClassName
{
color: #7A7DA5;
}
</style>
background-color css
<style>
a { background-color: #7A7DA5; }
a { background-color: rgb(122,125,165); }
div.DivClassName
{
background-color: #7A7DA5;
}
.BgClassName
{
background-color: #7A7DA5;
}
</style>
border-color css
<style>
span { border-color: #7A7DA5; }
span { border-color: rgb(122,125,165); }
td.TdClassName
{
border-color: #7A7DA5;
}
.TagClassName
{
border-color: #7A7DA5;
}
</style>