Shades of Ship Cove #8193AB
Tints of Ship Cove #8193AB
RGB
CMYK
RGB Variations
Color information
#8193AB (or 0x8193AB) is known color: Ship Cove. HEX triplet: 81, 93 and AB. RGB value is (129,147,171). Sum of RGB (Red+Green+Blue) = 129+147+171=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #8193AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8193AB is #7E6C54. Grayscale: #909090. Windows color (decimal): -8285269 or 11244417. OLE color: 11244417.
HSL color Cylindrical-coordinate representation of color #8193AB: hue angle of 214.29º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8193AB is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 147 | 171 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.33 |
| HSL | 214.29º | 0.2% | 0.59% | - |
| HSV(B) | 214.29º | 0.25% | 0.67% | - |
| XYZ | 26.84 | 28.47 | 42.61 | - |
| YUV | 144.35 | 143.04 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 171 | 0.25 | 0.14 | 0 | 0.33 | 214.29 | 0.2 | 0.59 |
| Hex | 81 | 93 | AB | 19 | E | 0 | 21 | D6 | 14 | 3B |
| Octal | 201 | 223 | 253 | 31 | 16 | 0 | 41 | 326 | 24 | 73 |
| Binary | 10000001 | 10010011 | 10101011 | 11001 | 1110 | 0 | 100001 | 11010110 | 10100 | 111011 |
Color Harmonies of #8193AB
Complementary color
Monochromatic Colors of #8193AB
Black with #8193AB
Text Example
Text Example
White with #8193AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8193AB; }
p { color: rgb(129,147,171); }
H1.HeaderClassName
{
color: #8193AB;
}
.AnyTagClassName
{
color: #8193AB;
}
</style>
background-color css
<style>
a { background-color: #8193AB; }
a { background-color: rgb(129,147,171); }
div.DivClassName
{
background-color: #8193AB;
}
.BgClassName
{
background-color: #8193AB;
}
</style>
border-color css
<style>
span { border-color: #8193AB; }
span { border-color: rgb(129,147,171); }
td.TdClassName
{
border-color: #8193AB;
}
.TagClassName
{
border-color: #8193AB;
}
</style>