Shades of Ship Cove #848EA8
Tints of Ship Cove #848EA8
RGB
CMYK
RGB Variations
Color information
#848EA8 (or 0x848EA8) is known color: Ship Cove. HEX triplet: 84, 8E and A8. RGB value is (132,142,168). Sum of RGB (Red+Green+Blue) = 132+142+168=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 168 - color contains mainly: blue. Hex color #848EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848EA8 is #7B7157. Grayscale: #8D8D8D. Windows color (decimal): -8089944 or 11046532. OLE color: 11046532.
HSL color Cylindrical-coordinate representation of color #848EA8: hue angle of 223.33º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #848EA8 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 142 | 168 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.34 |
| HSL | 223.33º | 0.17% | 0.59% | - |
| HSV(B) | 223.33º | 0.21% | 0.66% | - |
| XYZ | 26.26 | 27.08 | 40.89 | - |
| YUV | 141.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 168 | 0.21 | 0.15 | 0 | 0.34 | 223.33 | 0.17 | 0.59 |
| Hex | 84 | 8E | A8 | 15 | F | 0 | 22 | DF | 11 | 3B |
| Octal | 204 | 216 | 250 | 25 | 17 | 0 | 42 | 337 | 21 | 73 |
| Binary | 10000100 | 10001110 | 10101000 | 10101 | 1111 | 0 | 100010 | 11011111 | 10001 | 111011 |
Color Harmonies of #848EA8
Complementary color
Monochromatic Colors of #848EA8
Black with #848EA8
Text Example
Text Example
White with #848EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848EA8; }
p { color: rgb(132,142,168); }
H1.HeaderClassName
{
color: #848EA8;
}
.AnyTagClassName
{
color: #848EA8;
}
</style>
background-color css
<style>
a { background-color: #848EA8; }
a { background-color: rgb(132,142,168); }
div.DivClassName
{
background-color: #848EA8;
}
.BgClassName
{
background-color: #848EA8;
}
</style>
border-color css
<style>
span { border-color: #848EA8; }
span { border-color: rgb(132,142,168); }
td.TdClassName
{
border-color: #848EA8;
}
.TagClassName
{
border-color: #848EA8;
}
</style>