Shades of Ship Cove #848FAC
Tints of Ship Cove #848FAC
RGB
CMYK
RGB Variations
Color information
#848FAC (or 0x848FAC) is known color: Ship Cove. HEX triplet: 84, 8F and AC. RGB value is (132,143,172). Sum of RGB (Red+Green+Blue) = 132+143+172=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #848FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848FAC is #7B7053. Grayscale: #8E8E8E. Windows color (decimal): -8089684 or 11308932. OLE color: 11308932.
HSL color Cylindrical-coordinate representation of color #848FAC: hue angle of 223.5º 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 #848FAC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 143 | 172 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.33 |
| HSL | 223.5º | 0.19% | 0.6% | - |
| HSV(B) | 223.5º | 0.23% | 0.67% | - |
| XYZ | 26.78 | 27.53 | 42.93 | - |
| YUV | 143.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 172 | 0.23 | 0.17 | 0 | 0.33 | 223.5 | 0.19 | 0.6 |
| Hex | 84 | 8F | AC | 17 | 11 | 0 | 21 | E0 | 13 | 3C |
| Octal | 204 | 217 | 254 | 27 | 21 | 0 | 41 | 340 | 23 | 74 |
| Binary | 10000100 | 10001111 | 10101100 | 10111 | 10001 | 0 | 100001 | 11100000 | 10011 | 111100 |
Color Harmonies of #848FAC
Complementary color
Monochromatic Colors of #848FAC
Black with #848FAC
Text Example
Text Example
White with #848FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848FAC; }
p { color: rgb(132,143,172); }
H1.HeaderClassName
{
color: #848FAC;
}
.AnyTagClassName
{
color: #848FAC;
}
</style>
background-color css
<style>
a { background-color: #848FAC; }
a { background-color: rgb(132,143,172); }
div.DivClassName
{
background-color: #848FAC;
}
.BgClassName
{
background-color: #848FAC;
}
</style>
border-color css
<style>
span { border-color: #848FAC; }
span { border-color: rgb(132,143,172); }
td.TdClassName
{
border-color: #848FAC;
}
.TagClassName
{
border-color: #848FAC;
}
</style>