Shades of Ship Cove #8193AE
Tints of Ship Cove #8193AE
RGB
CMYK
RGB Variations
Color information
#8193AE (or 0x8193AE) is known color: Ship Cove. HEX triplet: 81, 93 and AE. RGB value is (129,147,174). Sum of RGB (Red+Green+Blue) = 129+147+174=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #8193AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8193AE is #7E6C51. Grayscale: #909090. Windows color (decimal): -8285266 or 11441025. OLE color: 11441025.
HSL color Cylindrical-coordinate representation of color #8193AE: hue angle of 216º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8193AE is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 147 | 174 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.32 |
| HSL | 216º | 0.22% | 0.59% | - |
| HSV(B) | 216º | 0.26% | 0.68% | - |
| XYZ | 27.13 | 28.59 | 44.13 | - |
| YUV | 144.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 174 | 0.26 | 0.16 | 0 | 0.32 | 216 | 0.22 | 0.59 |
| Hex | 81 | 93 | AE | 1A | 10 | 0 | 20 | D8 | 16 | 3B |
| Octal | 201 | 223 | 256 | 32 | 20 | 0 | 40 | 330 | 26 | 73 |
| Binary | 10000001 | 10010011 | 10101110 | 11010 | 10000 | 0 | 100000 | 11011000 | 10110 | 111011 |
Color Harmonies of #8193AE
Complementary color
Monochromatic Colors of #8193AE
Black with #8193AE
Text Example
Text Example
White with #8193AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8193AE; }
p { color: rgb(129,147,174); }
H1.HeaderClassName
{
color: #8193AE;
}
.AnyTagClassName
{
color: #8193AE;
}
</style>
background-color css
<style>
a { background-color: #8193AE; }
a { background-color: rgb(129,147,174); }
div.DivClassName
{
background-color: #8193AE;
}
.BgClassName
{
background-color: #8193AE;
}
</style>
border-color css
<style>
span { border-color: #8193AE; }
span { border-color: rgb(129,147,174); }
td.TdClassName
{
border-color: #8193AE;
}
.TagClassName
{
border-color: #8193AE;
}
</style>