Shades of Ship Cove #818EAE
Tints of Ship Cove #818EAE
RGB
CMYK
RGB Variations
Color information
#818EAE (or 0x818EAE) is known color: Ship Cove. HEX triplet: 81, 8E and AE. RGB value is (129,142,174). Sum of RGB (Red+Green+Blue) = 129+142+174=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #818EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818EAE is #7E7151. Grayscale: #8D8D8D. Windows color (decimal): -8286546 or 11439745. OLE color: 11439745.
HSL color Cylindrical-coordinate representation of color #818EAE: hue angle of 222.67º 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 #818EAE is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 142 | 174 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.32 |
| HSL | 222.67º | 0.22% | 0.59% | - |
| HSV(B) | 222.67º | 0.26% | 0.68% | - |
| XYZ | 26.37 | 27.07 | 43.88 | - |
| YUV | 141.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 142 | 174 | 0.26 | 0.18 | 0 | 0.32 | 222.67 | 0.22 | 0.59 |
| Hex | 81 | 8E | AE | 1A | 12 | 0 | 20 | DF | 16 | 3B |
| Octal | 201 | 216 | 256 | 32 | 22 | 0 | 40 | 337 | 26 | 73 |
| Binary | 10000001 | 10001110 | 10101110 | 11010 | 10010 | 0 | 100000 | 11011111 | 10110 | 111011 |
Color Harmonies of #818EAE
Complementary color
Monochromatic Colors of #818EAE
Black with #818EAE
Text Example
Text Example
White with #818EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818EAE; }
p { color: rgb(129,142,174); }
H1.HeaderClassName
{
color: #818EAE;
}
.AnyTagClassName
{
color: #818EAE;
}
</style>
background-color css
<style>
a { background-color: #818EAE; }
a { background-color: rgb(129,142,174); }
div.DivClassName
{
background-color: #818EAE;
}
.BgClassName
{
background-color: #818EAE;
}
</style>
border-color css
<style>
span { border-color: #818EAE; }
span { border-color: rgb(129,142,174); }
td.TdClassName
{
border-color: #818EAE;
}
.TagClassName
{
border-color: #818EAE;
}
</style>