Shades of Ship Cove #818AA5
Tints of Ship Cove #818AA5
RGB
CMYK
RGB Variations
Color information
#818AA5 (or 0x818AA5) is known color: Ship Cove. HEX triplet: 81, 8A and A5. RGB value is (129,138,165). Sum of RGB (Red+Green+Blue) = 129+138+165=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 165 - color contains mainly: blue. Hex color #818AA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818AA5 is #7E755A. Grayscale: #8A8A8A. Windows color (decimal): -8287579 or 10848897. OLE color: 10848897.
HSL color Cylindrical-coordinate representation of color #818AA5: hue angle of 225º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #818AA5 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 138 | 165 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.35 |
| HSL | 225º | 0.17% | 0.58% | - |
| HSV(B) | 225º | 0.22% | 0.65% | - |
| XYZ | 24.93 | 25.56 | 39.22 | - |
| YUV | 138.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 165 | 0.22 | 0.16 | 0 | 0.35 | 225 | 0.17 | 0.58 |
| Hex | 81 | 8A | A5 | 16 | 10 | 0 | 23 | E1 | 11 | 3A |
| Octal | 201 | 212 | 245 | 26 | 20 | 0 | 43 | 341 | 21 | 72 |
| Binary | 10000001 | 10001010 | 10100101 | 10110 | 10000 | 0 | 100011 | 11100001 | 10001 | 111010 |
Color Harmonies of #818AA5
Complementary color
Monochromatic Colors of #818AA5
Black with #818AA5
Text Example
Text Example
White with #818AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818AA5; }
p { color: rgb(129,138,165); }
H1.HeaderClassName
{
color: #818AA5;
}
.AnyTagClassName
{
color: #818AA5;
}
</style>
background-color css
<style>
a { background-color: #818AA5; }
a { background-color: rgb(129,138,165); }
div.DivClassName
{
background-color: #818AA5;
}
.BgClassName
{
background-color: #818AA5;
}
</style>
border-color css
<style>
span { border-color: #818AA5; }
span { border-color: rgb(129,138,165); }
td.TdClassName
{
border-color: #818AA5;
}
.TagClassName
{
border-color: #818AA5;
}
</style>