Shades of Ship Cove #818AAC
Tints of Ship Cove #818AAC
RGB
CMYK
RGB Variations
Color information
#818AAC (or 0x818AAC) is known color: Ship Cove. HEX triplet: 81, 8A and AC. RGB value is (129,138,172). Sum of RGB (Red+Green+Blue) = 129+138+172=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #818AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818AAC is #7E7553. Grayscale: #8B8B8B. Windows color (decimal): -8287572 or 11307649. OLE color: 11307649.
HSL color Cylindrical-coordinate representation of color #818AAC: hue angle of 227.44º degrees, saturation: 0.21, 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 #818AAC is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 138 | 172 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.33 |
| HSL | 227.44º | 0.21% | 0.59% | - |
| HSV(B) | 227.44º | 0.25% | 0.67% | - |
| XYZ | 25.59 | 25.82 | 42.67 | - |
| YUV | 139.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 172 | 0.25 | 0.20 | 0 | 0.33 | 227.44 | 0.21 | 0.59 |
| Hex | 81 | 8A | AC | 19 | 14 | 0 | 21 | E3 | 15 | 3B |
| Octal | 201 | 212 | 254 | 31 | 24 | 0 | 41 | 343 | 25 | 73 |
| Binary | 10000001 | 10001010 | 10101100 | 11001 | 10100 | 0 | 100001 | 11100011 | 10101 | 111011 |
Color Harmonies of #818AAC
Complementary color
Monochromatic Colors of #818AAC
Black with #818AAC
Text Example
Text Example
White with #818AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818AAC; }
p { color: rgb(129,138,172); }
H1.HeaderClassName
{
color: #818AAC;
}
.AnyTagClassName
{
color: #818AAC;
}
</style>
background-color css
<style>
a { background-color: #818AAC; }
a { background-color: rgb(129,138,172); }
div.DivClassName
{
background-color: #818AAC;
}
.BgClassName
{
background-color: #818AAC;
}
</style>
border-color css
<style>
span { border-color: #818AAC; }
span { border-color: rgb(129,138,172); }
td.TdClassName
{
border-color: #818AAC;
}
.TagClassName
{
border-color: #818AAC;
}
</style>