Shades of Ship Cove #7382A2
Tints of Ship Cove #7382A2
RGB
CMYK
RGB Variations
Color information
#7382A2 (or 0x7382A2) is known color: Ship Cove. HEX triplet: 73, 82 and A2. RGB value is (115,130,162). Sum of RGB (Red+Green+Blue) = 115+130+162=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 162 - color contains mainly: blue. Hex color #7382A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7382A2 is #8C7D5D. Grayscale: #818181. Windows color (decimal): -9207134 or 10650227. OLE color: 10650227.
HSL color Cylindrical-coordinate representation of color #7382A2: hue angle of 220.85º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7382A2 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 130 | 162 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.36 |
| HSL | 220.85º | 0.2% | 0.54% | - |
| HSV(B) | 220.85º | 0.29% | 0.64% | - |
| XYZ | 21.57 | 22.22 | 37.33 | - |
| YUV | 129.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 130 | 162 | 0.29 | 0.20 | 0 | 0.36 | 220.85 | 0.2 | 0.54 |
| Hex | 73 | 82 | A2 | 1D | 14 | 0 | 24 | DD | 14 | 36 |
| Octal | 163 | 202 | 242 | 35 | 24 | 0 | 44 | 335 | 24 | 66 |
| Binary | 1110011 | 10000010 | 10100010 | 11101 | 10100 | 0 | 100100 | 11011101 | 10100 | 110110 |
Color Harmonies of #7382A2
Complementary color
Monochromatic Colors of #7382A2
Black with #7382A2
Text Example
Text Example
White with #7382A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7382A2; }
p { color: rgb(115,130,162); }
H1.HeaderClassName
{
color: #7382A2;
}
.AnyTagClassName
{
color: #7382A2;
}
</style>
background-color css
<style>
a { background-color: #7382A2; }
a { background-color: rgb(115,130,162); }
div.DivClassName
{
background-color: #7382A2;
}
.BgClassName
{
background-color: #7382A2;
}
</style>
border-color css
<style>
span { border-color: #7382A2; }
span { border-color: rgb(115,130,162); }
td.TdClassName
{
border-color: #7382A2;
}
.TagClassName
{
border-color: #7382A2;
}
</style>