Shades of Ship Cove #8190AD
Tints of Ship Cove #8190AD
RGB
CMYK
RGB Variations
Color information
#8190AD (or 0x8190AD) is known color: Ship Cove. HEX triplet: 81, 90 and AD. RGB value is (129,144,173). Sum of RGB (Red+Green+Blue) = 129+144+173=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #8190AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8190AD is #7E6F52. Grayscale: #8E8E8E. Windows color (decimal): -8286035 or 11374721. OLE color: 11374721.
HSL color Cylindrical-coordinate representation of color #8190AD: hue angle of 219.55º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8190AD is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 144 | 173 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.32 |
| HSL | 219.55º | 0.21% | 0.59% | - |
| HSV(B) | 219.55º | 0.25% | 0.68% | - |
| XYZ | 26.57 | 27.63 | 43.47 | - |
| YUV | 142.82 | 145.03 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 144 | 173 | 0.25 | 0.17 | 0 | 0.32 | 219.55 | 0.21 | 0.59 |
| Hex | 81 | 90 | AD | 19 | 11 | 0 | 20 | DC | 15 | 3B |
| Octal | 201 | 220 | 255 | 31 | 21 | 0 | 40 | 334 | 25 | 73 |
| Binary | 10000001 | 10010000 | 10101101 | 11001 | 10001 | 0 | 100000 | 11011100 | 10101 | 111011 |
Color Harmonies of #8190AD
Complementary color
Monochromatic Colors of #8190AD
Black with #8190AD
Text Example
Text Example
White with #8190AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8190AD; }
p { color: rgb(129,144,173); }
H1.HeaderClassName
{
color: #8190AD;
}
.AnyTagClassName
{
color: #8190AD;
}
</style>
background-color css
<style>
a { background-color: #8190AD; }
a { background-color: rgb(129,144,173); }
div.DivClassName
{
background-color: #8190AD;
}
.BgClassName
{
background-color: #8190AD;
}
</style>
border-color css
<style>
span { border-color: #8190AD; }
span { border-color: rgb(129,144,173); }
td.TdClassName
{
border-color: #8190AD;
}
.TagClassName
{
border-color: #8190AD;
}
</style>