Shades of Portage #848ED4
Tints of Portage #848ED4
RGB
CMYK
RGB Variations
Color information
#848ED4 (or 0x848ED4) is known color: Portage. HEX triplet: 84, 8E and D4. RGB value is (132,142,212). Sum of RGB (Red+Green+Blue) = 132+142+212=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #848ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ED4 is #7B712B. Grayscale: #929292. Windows color (decimal): -8089900 or 13930116. OLE color: 13930116.
HSL color Cylindrical-coordinate representation of color #848ED4: hue angle of 232.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #848ED4 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 142 | 212 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.17 |
| HSL | 232.5º | 0.48% | 0.67% | - |
| HSV(B) | 232.5º | 0.38% | 0.83% | - |
| XYZ | 31.07 | 29.01 | 66.25 | - |
| YUV | 146.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 212 | 0.38 | 0.33 | 0 | 0.17 | 232.5 | 0.48 | 0.67 |
| Hex | 84 | 8E | D4 | 26 | 21 | 0 | 11 | E8 | 30 | 43 |
| Octal | 204 | 216 | 324 | 46 | 41 | 0 | 21 | 350 | 60 | 103 |
| Binary | 10000100 | 10001110 | 11010100 | 100110 | 100001 | 0 | 10001 | 11101000 | 110000 | 1000011 |
Color Harmonies of #848ED4
Complementary color
Monochromatic Colors of #848ED4
Black with #848ED4
Text Example
Text Example
White with #848ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848ED4; }
p { color: rgb(132,142,212); }
H1.HeaderClassName
{
color: #848ED4;
}
.AnyTagClassName
{
color: #848ED4;
}
</style>
background-color css
<style>
a { background-color: #848ED4; }
a { background-color: rgb(132,142,212); }
div.DivClassName
{
background-color: #848ED4;
}
.BgClassName
{
background-color: #848ED4;
}
</style>
border-color css
<style>
span { border-color: #848ED4; }
span { border-color: rgb(132,142,212); }
td.TdClassName
{
border-color: #848ED4;
}
.TagClassName
{
border-color: #848ED4;
}
</style>