Shades of Ship Cove #8191AA
Tints of Ship Cove #8191AA
RGB
CMYK
RGB Variations
Color information
#8191AA (or 0x8191AA) is known color: Ship Cove. HEX triplet: 81, 91 and AA. RGB value is (129,145,170). Sum of RGB (Red+Green+Blue) = 129+145+170=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #8191AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8191AA is #7E6E55. Grayscale: #8E8E8E. Windows color (decimal): -8285782 or 11178369. OLE color: 11178369.
HSL color Cylindrical-coordinate representation of color #8191AA: hue angle of 216.59º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8191AA is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 145 | 170 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.33 |
| HSL | 216.59º | 0.19% | 0.59% | - |
| HSV(B) | 216.59º | 0.24% | 0.67% | - |
| XYZ | 26.43 | 27.82 | 42.01 | - |
| YUV | 143.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 145 | 170 | 0.24 | 0.15 | 0 | 0.33 | 216.59 | 0.19 | 0.59 |
| Hex | 81 | 91 | AA | 18 | F | 0 | 21 | D9 | 13 | 3B |
| Octal | 201 | 221 | 252 | 30 | 17 | 0 | 41 | 331 | 23 | 73 |
| Binary | 10000001 | 10010001 | 10101010 | 11000 | 1111 | 0 | 100001 | 11011001 | 10011 | 111011 |
Color Harmonies of #8191AA
Complementary color
Monochromatic Colors of #8191AA
Black with #8191AA
Text Example
Text Example
White with #8191AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8191AA; }
p { color: rgb(129,145,170); }
H1.HeaderClassName
{
color: #8191AA;
}
.AnyTagClassName
{
color: #8191AA;
}
</style>
background-color css
<style>
a { background-color: #8191AA; }
a { background-color: rgb(129,145,170); }
div.DivClassName
{
background-color: #8191AA;
}
.BgClassName
{
background-color: #8191AA;
}
</style>
border-color css
<style>
span { border-color: #8191AA; }
span { border-color: rgb(129,145,170); }
td.TdClassName
{
border-color: #8191AA;
}
.TagClassName
{
border-color: #8191AA;
}
</style>