Shades of Ship Cove #8191AD
Tints of Ship Cove #8191AD
RGB
CMYK
RGB Variations
Color information
#8191AD (or 0x8191AD) is known color: Ship Cove. HEX triplet: 81, 91 and AD. RGB value is (129,145,173). Sum of RGB (Red+Green+Blue) = 129+145+173=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #8191AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8191AD is #7E6E52. Grayscale: #8F8F8F. Windows color (decimal): -8285779 or 11374977. OLE color: 11374977.
HSL color Cylindrical-coordinate representation of color #8191AD: hue angle of 218.18º 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 #8191AD is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 145 | 173 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.32 |
| HSL | 218.18º | 0.21% | 0.59% | - |
| HSV(B) | 218.18º | 0.25% | 0.68% | - |
| XYZ | 26.72 | 27.94 | 43.52 | - |
| YUV | 143.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 145 | 173 | 0.25 | 0.16 | 0 | 0.32 | 218.18 | 0.21 | 0.59 |
| Hex | 81 | 91 | AD | 19 | 10 | 0 | 20 | DA | 15 | 3B |
| Octal | 201 | 221 | 255 | 31 | 20 | 0 | 40 | 332 | 25 | 73 |
| Binary | 10000001 | 10010001 | 10101101 | 11001 | 10000 | 0 | 100000 | 11011010 | 10101 | 111011 |
Color Harmonies of #8191AD
Complementary color
Monochromatic Colors of #8191AD
Black with #8191AD
Text Example
Text Example
White with #8191AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8191AD; }
p { color: rgb(129,145,173); }
H1.HeaderClassName
{
color: #8191AD;
}
.AnyTagClassName
{
color: #8191AD;
}
</style>
background-color css
<style>
a { background-color: #8191AD; }
a { background-color: rgb(129,145,173); }
div.DivClassName
{
background-color: #8191AD;
}
.BgClassName
{
background-color: #8191AD;
}
</style>
border-color css
<style>
span { border-color: #8191AD; }
span { border-color: rgb(129,145,173); }
td.TdClassName
{
border-color: #8191AD;
}
.TagClassName
{
border-color: #8191AD;
}
</style>