Shades of Ship Cove #848DA1
Tints of Ship Cove #848DA1
RGB
CMYK
RGB Variations
Color information
#848DA1 (or 0x848DA1) is known color: Ship Cove. HEX triplet: 84, 8D and A1. RGB value is (132,141,161). Sum of RGB (Red+Green+Blue) = 132+141+161=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 161 - color contains mainly: blue. Hex color #848DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848DA1 is #7B725E. Grayscale: #8C8C8C. Windows color (decimal): -8090207 or 10587524. OLE color: 10587524.
HSL color Cylindrical-coordinate representation of color #848DA1: hue angle of 221.38º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #848DA1 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 141 | 161 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.37 |
| HSL | 221.38º | 0.13% | 0.57% | - |
| HSV(B) | 221.38º | 0.18% | 0.63% | - |
| XYZ | 25.47 | 26.53 | 37.5 | - |
| YUV | 140.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 161 | 0.18 | 0.12 | 0 | 0.37 | 221.38 | 0.13 | 0.57 |
| Hex | 84 | 8D | A1 | 12 | C | 0 | 25 | DD | D | 39 |
| Octal | 204 | 215 | 241 | 22 | 14 | 0 | 45 | 335 | 15 | 71 |
| Binary | 10000100 | 10001101 | 10100001 | 10010 | 1100 | 0 | 100101 | 11011101 | 1101 | 111001 |
Color Harmonies of #848DA1
Complementary color
Monochromatic Colors of #848DA1
Black with #848DA1
Text Example
Text Example
White with #848DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848DA1; }
p { color: rgb(132,141,161); }
H1.HeaderClassName
{
color: #848DA1;
}
.AnyTagClassName
{
color: #848DA1;
}
</style>
background-color css
<style>
a { background-color: #848DA1; }
a { background-color: rgb(132,141,161); }
div.DivClassName
{
background-color: #848DA1;
}
.BgClassName
{
background-color: #848DA1;
}
</style>
border-color css
<style>
span { border-color: #848DA1; }
span { border-color: rgb(132,141,161); }
td.TdClassName
{
border-color: #848DA1;
}
.TagClassName
{
border-color: #848DA1;
}
</style>