Shades of Ship Cove #7180AB
Tints of Ship Cove #7180AB
RGB
CMYK
RGB Variations
Color information
#7180AB (or 0x7180AB) is known color: Ship Cove. HEX triplet: 71, 80 and AB. RGB value is (113,128,171). Sum of RGB (Red+Green+Blue) = 113+128+171=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #7180AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7180AB is #8E7F54. Grayscale: #808080. Windows color (decimal): -9338709 or 11239537. OLE color: 11239537.
HSL color Cylindrical-coordinate representation of color #7180AB: hue angle of 224.48º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7180AB is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 128 | 171 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.33 |
| HSL | 224.48º | 0.26% | 0.56% | - |
| HSV(B) | 224.48º | 0.34% | 0.67% | - |
| XYZ | 21.88 | 21.89 | 41.6 | - |
| YUV | 128.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 128 | 171 | 0.34 | 0.25 | 0 | 0.33 | 224.48 | 0.26 | 0.56 |
| Hex | 71 | 80 | AB | 22 | 19 | 0 | 21 | E0 | 1A | 38 |
| Octal | 161 | 200 | 253 | 42 | 31 | 0 | 41 | 340 | 32 | 70 |
| Binary | 1110001 | 10000000 | 10101011 | 100010 | 11001 | 0 | 100001 | 11100000 | 11010 | 111000 |
Color Harmonies of #7180AB
Complementary color
Monochromatic Colors of #7180AB
Black with #7180AB
Text Example
Text Example
White with #7180AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7180AB; }
p { color: rgb(113,128,171); }
H1.HeaderClassName
{
color: #7180AB;
}
.AnyTagClassName
{
color: #7180AB;
}
</style>
background-color css
<style>
a { background-color: #7180AB; }
a { background-color: rgb(113,128,171); }
div.DivClassName
{
background-color: #7180AB;
}
.BgClassName
{
background-color: #7180AB;
}
</style>
border-color css
<style>
span { border-color: #7180AB; }
span { border-color: rgb(113,128,171); }
td.TdClassName
{
border-color: #7180AB;
}
.TagClassName
{
border-color: #7180AB;
}
</style>