Shades of Ship Cove #818FAE
Tints of Ship Cove #818FAE
RGB
CMYK
RGB Variations
Color information
#818FAE (or 0x818FAE) is known color: Ship Cove. HEX triplet: 81, 8F and AE. RGB value is (129,143,174). Sum of RGB (Red+Green+Blue) = 129+143+174=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #818FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818FAE is #7E7051. Grayscale: #8E8E8E. Windows color (decimal): -8286290 or 11440001. OLE color: 11440001.
HSL color Cylindrical-coordinate representation of color #818FAE: hue angle of 221.33º 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 #818FAE is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 143 | 174 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.32 |
| HSL | 221.33º | 0.22% | 0.59% | - |
| HSV(B) | 221.33º | 0.26% | 0.68% | - |
| XYZ | 26.52 | 27.37 | 43.93 | - |
| YUV | 142.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 143 | 174 | 0.26 | 0.18 | 0 | 0.32 | 221.33 | 0.22 | 0.59 |
| Hex | 81 | 8F | AE | 1A | 12 | 0 | 20 | DD | 16 | 3B |
| Octal | 201 | 217 | 256 | 32 | 22 | 0 | 40 | 335 | 26 | 73 |
| Binary | 10000001 | 10001111 | 10101110 | 11010 | 10010 | 0 | 100000 | 11011101 | 10110 | 111011 |
Color Harmonies of #818FAE
Complementary color
Monochromatic Colors of #818FAE
Black with #818FAE
Text Example
Text Example
White with #818FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818FAE; }
p { color: rgb(129,143,174); }
H1.HeaderClassName
{
color: #818FAE;
}
.AnyTagClassName
{
color: #818FAE;
}
</style>
background-color css
<style>
a { background-color: #818FAE; }
a { background-color: rgb(129,143,174); }
div.DivClassName
{
background-color: #818FAE;
}
.BgClassName
{
background-color: #818FAE;
}
</style>
border-color css
<style>
span { border-color: #818FAE; }
span { border-color: rgb(129,143,174); }
td.TdClassName
{
border-color: #818FAE;
}
.TagClassName
{
border-color: #818FAE;
}
</style>