Shades of Portage #848EDD
Tints of Portage #848EDD
RGB
CMYK
RGB Variations
Color information
#848EDD (or 0x848EDD) is known color: Portage. HEX triplet: 84, 8E and DD. RGB value is (132,142,221). Sum of RGB (Red+Green+Blue) = 132+142+221=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #848EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848EDD is #7B7122. Grayscale: #939393. Windows color (decimal): -8089891 or 14519940. OLE color: 14519940.
HSL color Cylindrical-coordinate representation of color #848EDD: hue angle of 233.26º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #848EDD is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 142 | 221 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.13 |
| HSL | 233.26º | 0.57% | 0.69% | - |
| HSV(B) | 233.26º | 0.4% | 0.87% | - |
| XYZ | 32.24 | 29.47 | 72.4 | - |
| YUV | 148.02 | 169.19 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 221 | 0.40 | 0.36 | 0 | 0.13 | 233.26 | 0.57 | 0.69 |
| Hex | 84 | 8E | DD | 28 | 24 | 0 | D | E9 | 39 | 45 |
| Octal | 204 | 216 | 335 | 50 | 44 | 0 | 15 | 351 | 71 | 105 |
| Binary | 10000100 | 10001110 | 11011101 | 101000 | 100100 | 0 | 1101 | 11101001 | 111001 | 1000101 |
Color Harmonies of #848EDD
Complementary color
Monochromatic Colors of #848EDD
Black with #848EDD
Text Example
Text Example
White with #848EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848EDD; }
p { color: rgb(132,142,221); }
H1.HeaderClassName
{
color: #848EDD;
}
.AnyTagClassName
{
color: #848EDD;
}
</style>
background-color css
<style>
a { background-color: #848EDD; }
a { background-color: rgb(132,142,221); }
div.DivClassName
{
background-color: #848EDD;
}
.BgClassName
{
background-color: #848EDD;
}
</style>
border-color css
<style>
span { border-color: #848EDD; }
span { border-color: rgb(132,142,221); }
td.TdClassName
{
border-color: #848EDD;
}
.TagClassName
{
border-color: #848EDD;
}
</style>