Shades of Portage #848ED8
Tints of Portage #848ED8
RGB
CMYK
RGB Variations
Color information
#848ED8 (or 0x848ED8) is known color: Portage. HEX triplet: 84, 8E and D8. RGB value is (132,142,216). Sum of RGB (Red+Green+Blue) = 132+142+216=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #848ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ED8 is #7B7127. Grayscale: #939393. Windows color (decimal): -8089896 or 14192260. OLE color: 14192260.
HSL color Cylindrical-coordinate representation of color #848ED8: hue angle of 232.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #848ED8 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 142 | 216 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.15 |
| HSL | 232.86º | 0.52% | 0.68% | - |
| HSV(B) | 232.86º | 0.39% | 0.85% | - |
| XYZ | 31.58 | 29.21 | 68.94 | - |
| YUV | 147.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 216 | 0.39 | 0.34 | 0 | 0.15 | 232.86 | 0.52 | 0.68 |
| Hex | 84 | 8E | D8 | 27 | 22 | 0 | F | E9 | 34 | 44 |
| Octal | 204 | 216 | 330 | 47 | 42 | 0 | 17 | 351 | 64 | 104 |
| Binary | 10000100 | 10001110 | 11011000 | 100111 | 100010 | 0 | 1111 | 11101001 | 110100 | 1000100 |
Color Harmonies of #848ED8
Complementary color
Monochromatic Colors of #848ED8
Black with #848ED8
Text Example
Text Example
White with #848ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848ED8; }
p { color: rgb(132,142,216); }
H1.HeaderClassName
{
color: #848ED8;
}
.AnyTagClassName
{
color: #848ED8;
}
</style>
background-color css
<style>
a { background-color: #848ED8; }
a { background-color: rgb(132,142,216); }
div.DivClassName
{
background-color: #848ED8;
}
.BgClassName
{
background-color: #848ED8;
}
</style>
border-color css
<style>
span { border-color: #848ED8; }
span { border-color: rgb(132,142,216); }
td.TdClassName
{
border-color: #848ED8;
}
.TagClassName
{
border-color: #848ED8;
}
</style>