Shades of Portage #848EDF
Tints of Portage #848EDF
RGB
CMYK
RGB Variations
Color information
#848EDF (or 0x848EDF) is known color: Portage. HEX triplet: 84, 8E and DF. RGB value is (132,142,223). Sum of RGB (Red+Green+Blue) = 132+142+223=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #848EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848EDF is #7B7120. Grayscale: #939393. Windows color (decimal): -8089889 or 14651012. OLE color: 14651012.
HSL color Cylindrical-coordinate representation of color #848EDF: hue angle of 233.41º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #848EDF is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 142 | 223 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.13 |
| HSL | 233.41º | 0.59% | 0.7% | - |
| HSV(B) | 233.41º | 0.41% | 0.87% | - |
| XYZ | 32.51 | 29.58 | 73.81 | - |
| YUV | 148.24 | 170.19 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 223 | 0.41 | 0.36 | 0 | 0.13 | 233.41 | 0.59 | 0.7 |
| Hex | 84 | 8E | DF | 29 | 24 | 0 | D | E9 | 3B | 46 |
| Octal | 204 | 216 | 337 | 51 | 44 | 0 | 15 | 351 | 73 | 106 |
| Binary | 10000100 | 10001110 | 11011111 | 101001 | 100100 | 0 | 1101 | 11101001 | 111011 | 1000110 |
Color Harmonies of #848EDF
Complementary color
Monochromatic Colors of #848EDF
Black with #848EDF
Text Example
Text Example
White with #848EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848EDF; }
p { color: rgb(132,142,223); }
H1.HeaderClassName
{
color: #848EDF;
}
.AnyTagClassName
{
color: #848EDF;
}
</style>
background-color css
<style>
a { background-color: #848EDF; }
a { background-color: rgb(132,142,223); }
div.DivClassName
{
background-color: #848EDF;
}
.BgClassName
{
background-color: #848EDF;
}
</style>
border-color css
<style>
span { border-color: #848EDF; }
span { border-color: rgb(132,142,223); }
td.TdClassName
{
border-color: #848EDF;
}
.TagClassName
{
border-color: #848EDF;
}
</style>