Shades of Ship Cove #8394AB
Tints of Ship Cove #8394AB
RGB
CMYK
RGB Variations
Color information
#8394AB (or 0x8394AB) is known color: Ship Cove. HEX triplet: 83, 94 and AB. RGB value is (131,148,171). Sum of RGB (Red+Green+Blue) = 131+148+171=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #8394AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8394AB is #7C6B54. Grayscale: #919191. Windows color (decimal): -8153941 or 11244675. OLE color: 11244675.
HSL color Cylindrical-coordinate representation of color #8394AB: hue angle of 214.5º 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 #8394AB is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 148 | 171 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.33 |
| HSL | 214.5º | 0.19% | 0.59% | - |
| HSV(B) | 214.5º | 0.23% | 0.67% | - |
| XYZ | 27.3 | 28.95 | 42.68 | - |
| YUV | 145.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 171 | 0.23 | 0.13 | 0 | 0.33 | 214.5 | 0.19 | 0.59 |
| Hex | 83 | 94 | AB | 17 | D | 0 | 21 | D6 | 13 | 3B |
| Octal | 203 | 224 | 253 | 27 | 15 | 0 | 41 | 326 | 23 | 73 |
| Binary | 10000011 | 10010100 | 10101011 | 10111 | 1101 | 0 | 100001 | 11010110 | 10011 | 111011 |
Color Harmonies of #8394AB
Complementary color
Monochromatic Colors of #8394AB
Black with #8394AB
Text Example
Text Example
White with #8394AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8394AB; }
p { color: rgb(131,148,171); }
H1.HeaderClassName
{
color: #8394AB;
}
.AnyTagClassName
{
color: #8394AB;
}
</style>
background-color css
<style>
a { background-color: #8394AB; }
a { background-color: rgb(131,148,171); }
div.DivClassName
{
background-color: #8394AB;
}
.BgClassName
{
background-color: #8394AB;
}
</style>
border-color css
<style>
span { border-color: #8394AB; }
span { border-color: rgb(131,148,171); }
td.TdClassName
{
border-color: #8394AB;
}
.TagClassName
{
border-color: #8394AB;
}
</style>