Shades of Portage #848ECC
Tints of Portage #848ECC
RGB
CMYK
RGB Variations
Color information
#848ECC (or 0x848ECC) is known color: Portage. HEX triplet: 84, 8E and CC. RGB value is (132,142,204). Sum of RGB (Red+Green+Blue) = 132+142+204=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #848ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ECC is #7B7133. Grayscale: #919191. Windows color (decimal): -8089908 or 13405828. OLE color: 13405828.
HSL color Cylindrical-coordinate representation of color #848ECC: hue angle of 231.67º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #848ECC is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 142 | 204 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.2 |
| HSL | 231.67º | 0.41% | 0.66% | - |
| HSV(B) | 231.67º | 0.35% | 0.8% | - |
| XYZ | 30.09 | 28.61 | 61.06 | - |
| YUV | 146.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 204 | 0.35 | 0.30 | 0 | 0.2 | 231.67 | 0.41 | 0.66 |
| Hex | 84 | 8E | CC | 23 | 1E | 0 | 14 | E8 | 29 | 42 |
| Octal | 204 | 216 | 314 | 43 | 36 | 0 | 24 | 350 | 51 | 102 |
| Binary | 10000100 | 10001110 | 11001100 | 100011 | 11110 | 0 | 10100 | 11101000 | 101001 | 1000010 |
Color Harmonies of #848ECC
Complementary color
Monochromatic Colors of #848ECC
Black with #848ECC
Text Example
Text Example
White with #848ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848ECC; }
p { color: rgb(132,142,204); }
H1.HeaderClassName
{
color: #848ECC;
}
.AnyTagClassName
{
color: #848ECC;
}
</style>
background-color css
<style>
a { background-color: #848ECC; }
a { background-color: rgb(132,142,204); }
div.DivClassName
{
background-color: #848ECC;
}
.BgClassName
{
background-color: #848ECC;
}
</style>
border-color css
<style>
span { border-color: #848ECC; }
span { border-color: rgb(132,142,204); }
td.TdClassName
{
border-color: #848ECC;
}
.TagClassName
{
border-color: #848ECC;
}
</style>