Shades of Ship Cove #848CAC
Tints of Ship Cove #848CAC
RGB
CMYK
RGB Variations
Color information
#848CAC (or 0x848CAC) is known color: Ship Cove. HEX triplet: 84, 8C and AC. RGB value is (132,140,172). Sum of RGB (Red+Green+Blue) = 132+140+172=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #848CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848CAC is #7B7353. Grayscale: #8D8D8D. Windows color (decimal): -8090452 or 11308164. OLE color: 11308164.
HSL color Cylindrical-coordinate representation of color #848CAC: hue angle of 228º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #848CAC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 140 | 172 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.33 |
| HSL | 228º | 0.19% | 0.6% | - |
| HSV(B) | 228º | 0.23% | 0.67% | - |
| XYZ | 26.34 | 26.64 | 42.78 | - |
| YUV | 141.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 172 | 0.23 | 0.19 | 0 | 0.33 | 228 | 0.19 | 0.6 |
| Hex | 84 | 8C | AC | 17 | 13 | 0 | 21 | E4 | 13 | 3C |
| Octal | 204 | 214 | 254 | 27 | 23 | 0 | 41 | 344 | 23 | 74 |
| Binary | 10000100 | 10001100 | 10101100 | 10111 | 10011 | 0 | 100001 | 11100100 | 10011 | 111100 |
Color Harmonies of #848CAC
Complementary color
Monochromatic Colors of #848CAC
Black with #848CAC
Text Example
Text Example
White with #848CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848CAC; }
p { color: rgb(132,140,172); }
H1.HeaderClassName
{
color: #848CAC;
}
.AnyTagClassName
{
color: #848CAC;
}
</style>
background-color css
<style>
a { background-color: #848CAC; }
a { background-color: rgb(132,140,172); }
div.DivClassName
{
background-color: #848CAC;
}
.BgClassName
{
background-color: #848CAC;
}
</style>
border-color css
<style>
span { border-color: #848CAC; }
span { border-color: rgb(132,140,172); }
td.TdClassName
{
border-color: #848CAC;
}
.TagClassName
{
border-color: #848CAC;
}
</style>