Shades of Ship Cove #7081A5
Tints of Ship Cove #7081A5
RGB
CMYK
RGB Variations
Color information
#7081A5 (or 0x7081A5) is known color: Ship Cove. HEX triplet: 70, 81 and A5. RGB value is (112,129,165). Sum of RGB (Red+Green+Blue) = 112+129+165=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 165 - color contains mainly: blue. Hex color #7081A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7081A5 is #8F7E5A. Grayscale: #7F7F7F. Windows color (decimal): -9403995 or 10846576. OLE color: 10846576.
HSL color Cylindrical-coordinate representation of color #7081A5: hue angle of 220.75º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7081A5 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 129 | 165 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.35 |
| HSL | 220.75º | 0.23% | 0.54% | - |
| HSV(B) | 220.75º | 0.32% | 0.65% | - |
| XYZ | 21.32 | 21.86 | 38.69 | - |
| YUV | 128.02 | 148.87 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 165 | 0.32 | 0.22 | 0 | 0.35 | 220.75 | 0.23 | 0.54 |
| Hex | 70 | 81 | A5 | 20 | 16 | 0 | 23 | DD | 17 | 36 |
| Octal | 160 | 201 | 245 | 40 | 26 | 0 | 43 | 335 | 27 | 66 |
| Binary | 1110000 | 10000001 | 10100101 | 100000 | 10110 | 0 | 100011 | 11011101 | 10111 | 110110 |
Color Harmonies of #7081A5
Complementary color
Monochromatic Colors of #7081A5
Black with #7081A5
Text Example
Text Example
White with #7081A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7081A5; }
p { color: rgb(112,129,165); }
H1.HeaderClassName
{
color: #7081A5;
}
.AnyTagClassName
{
color: #7081A5;
}
</style>
background-color css
<style>
a { background-color: #7081A5; }
a { background-color: rgb(112,129,165); }
div.DivClassName
{
background-color: #7081A5;
}
.BgClassName
{
background-color: #7081A5;
}
</style>
border-color css
<style>
span { border-color: #7081A5; }
span { border-color: rgb(112,129,165); }
td.TdClassName
{
border-color: #7081A5;
}
.TagClassName
{
border-color: #7081A5;
}
</style>