Shades of Ship Cove #7280A2
Tints of Ship Cove #7280A2
RGB
CMYK
RGB Variations
Color information
#7280A2 (or 0x7280A2) is known color: Ship Cove. HEX triplet: 72, 80 and A2. RGB value is (114,128,162). Sum of RGB (Red+Green+Blue) = 114+128+162=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 162 - color contains mainly: blue. Hex color #7280A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7280A2 is #8D7F5D. Grayscale: #7F7F7F. Windows color (decimal): -9273182 or 10649714. OLE color: 10649714.
HSL color Cylindrical-coordinate representation of color #7280A2: hue angle of 222.5º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7280A2 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 128 | 162 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.36 |
| HSL | 222.5º | 0.21% | 0.54% | - |
| HSV(B) | 222.5º | 0.3% | 0.64% | - |
| XYZ | 21.18 | 21.62 | 37.24 | - |
| YUV | 127.69 | 147.36 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 162 | 0.30 | 0.21 | 0 | 0.36 | 222.5 | 0.21 | 0.54 |
| Hex | 72 | 80 | A2 | 1E | 15 | 0 | 24 | DE | 15 | 36 |
| Octal | 162 | 200 | 242 | 36 | 25 | 0 | 44 | 336 | 25 | 66 |
| Binary | 1110010 | 10000000 | 10100010 | 11110 | 10101 | 0 | 100100 | 11011110 | 10101 | 110110 |
Color Harmonies of #7280A2
Complementary color
Monochromatic Colors of #7280A2
Black with #7280A2
Text Example
Text Example
White with #7280A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7280A2; }
p { color: rgb(114,128,162); }
H1.HeaderClassName
{
color: #7280A2;
}
.AnyTagClassName
{
color: #7280A2;
}
</style>
background-color css
<style>
a { background-color: #7280A2; }
a { background-color: rgb(114,128,162); }
div.DivClassName
{
background-color: #7280A2;
}
.BgClassName
{
background-color: #7280A2;
}
</style>
border-color css
<style>
span { border-color: #7280A2; }
span { border-color: rgb(114,128,162); }
td.TdClassName
{
border-color: #7280A2;
}
.TagClassName
{
border-color: #7280A2;
}
</style>