Shades of Portage #848DCC
Tints of Portage #848DCC
RGB
CMYK
RGB Variations
Color information
#848DCC (or 0x848DCC) is known color: Portage. HEX triplet: 84, 8D and CC. RGB value is (132,141,204). Sum of RGB (Red+Green+Blue) = 132+141+204=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #848DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DCC is #7B7233. Grayscale: #919191. Windows color (decimal): -8090164 or 13405572. OLE color: 13405572.
HSL color Cylindrical-coordinate representation of color #848DCC: hue angle of 232.5º 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 #848DCC is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 141 | 204 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.2 |
| HSL | 232.5º | 0.41% | 0.66% | - |
| HSV(B) | 232.5º | 0.35% | 0.8% | - |
| XYZ | 29.94 | 28.31 | 61.01 | - |
| YUV | 145.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 204 | 0.35 | 0.31 | 0 | 0.2 | 232.5 | 0.41 | 0.66 |
| Hex | 84 | 8D | CC | 23 | 1F | 0 | 14 | E8 | 29 | 42 |
| Octal | 204 | 215 | 314 | 43 | 37 | 0 | 24 | 350 | 51 | 102 |
| Binary | 10000100 | 10001101 | 11001100 | 100011 | 11111 | 0 | 10100 | 11101000 | 101001 | 1000010 |
Color Harmonies of #848DCC
Complementary color
Monochromatic Colors of #848DCC
Black with #848DCC
Text Example
Text Example
White with #848DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848DCC; }
p { color: rgb(132,141,204); }
H1.HeaderClassName
{
color: #848DCC;
}
.AnyTagClassName
{
color: #848DCC;
}
</style>
background-color css
<style>
a { background-color: #848DCC; }
a { background-color: rgb(132,141,204); }
div.DivClassName
{
background-color: #848DCC;
}
.BgClassName
{
background-color: #848DCC;
}
</style>
border-color css
<style>
span { border-color: #848DCC; }
span { border-color: rgb(132,141,204); }
td.TdClassName
{
border-color: #848DCC;
}
.TagClassName
{
border-color: #848DCC;
}
</style>