Shades of Ship Cove #8491AB
Tints of Ship Cove #8491AB
RGB
CMYK
RGB Variations
Color information
#8491AB (or 0x8491AB) is known color: Ship Cove. HEX triplet: 84, 91 and AB. RGB value is (132,145,171). Sum of RGB (Red+Green+Blue) = 132+145+171=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #8491AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8491AB is #7B6E54. Grayscale: #8F8F8F. Windows color (decimal): -8089173 or 11243908. OLE color: 11243908.
HSL color Cylindrical-coordinate representation of color #8491AB: hue angle of 220º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8491AB is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 145 | 171 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.33 |
| HSL | 220º | 0.19% | 0.59% | - |
| HSV(B) | 220º | 0.23% | 0.67% | - |
| XYZ | 26.99 | 28.1 | 42.53 | - |
| YUV | 144.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 171 | 0.23 | 0.15 | 0 | 0.33 | 220 | 0.19 | 0.59 |
| Hex | 84 | 91 | AB | 17 | F | 0 | 21 | DC | 13 | 3B |
| Octal | 204 | 221 | 253 | 27 | 17 | 0 | 41 | 334 | 23 | 73 |
| Binary | 10000100 | 10010001 | 10101011 | 10111 | 1111 | 0 | 100001 | 11011100 | 10011 | 111011 |
Color Harmonies of #8491AB
Complementary color
Monochromatic Colors of #8491AB
Black with #8491AB
Text Example
Text Example
White with #8491AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8491AB; }
p { color: rgb(132,145,171); }
H1.HeaderClassName
{
color: #8491AB;
}
.AnyTagClassName
{
color: #8491AB;
}
</style>
background-color css
<style>
a { background-color: #8491AB; }
a { background-color: rgb(132,145,171); }
div.DivClassName
{
background-color: #8491AB;
}
.BgClassName
{
background-color: #8491AB;
}
</style>
border-color css
<style>
span { border-color: #8491AB; }
span { border-color: rgb(132,145,171); }
td.TdClassName
{
border-color: #8491AB;
}
.TagClassName
{
border-color: #8491AB;
}
</style>