Shades of Portage #848EED
Tints of Portage #848EED
RGB
CMYK
RGB Variations
Color information
#848EED (or 0x848EED) is known color: Portage. HEX triplet: 84, 8E and ED. RGB value is (132,142,237). Sum of RGB (Red+Green+Blue) = 132+142+237=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #848EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848EED is #7B7112. Grayscale: #959595. Windows color (decimal): -8089875 or 15568516. OLE color: 15568516.
HSL color Cylindrical-coordinate representation of color #848EED: hue angle of 234.29º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #848EED is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 142 | 237 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.07 |
| HSL | 234.29º | 0.74% | 0.72% | - |
| HSV(B) | 234.29º | 0.44% | 0.93% | - |
| XYZ | 34.47 | 30.37 | 84.16 | - |
| YUV | 149.84 | 177.19 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 237 | 0.44 | 0.40 | 0 | 0.07 | 234.29 | 0.74 | 0.72 |
| Hex | 84 | 8E | ED | 2C | 28 | 0 | 7 | EA | 4A | 48 |
| Octal | 204 | 216 | 355 | 54 | 50 | 0 | 7 | 352 | 112 | 110 |
| Binary | 10000100 | 10001110 | 11101101 | 101100 | 101000 | 0 | 111 | 11101010 | 1001010 | 1001000 |
Color Harmonies of #848EED
Complementary color
Monochromatic Colors of #848EED
Black with #848EED
Text Example
Text Example
White with #848EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848EED; }
p { color: rgb(132,142,237); }
H1.HeaderClassName
{
color: #848EED;
}
.AnyTagClassName
{
color: #848EED;
}
</style>
background-color css
<style>
a { background-color: #848EED; }
a { background-color: rgb(132,142,237); }
div.DivClassName
{
background-color: #848EED;
}
.BgClassName
{
background-color: #848EED;
}
</style>
border-color css
<style>
span { border-color: #848EED; }
span { border-color: rgb(132,142,237); }
td.TdClassName
{
border-color: #848EED;
}
.TagClassName
{
border-color: #848EED;
}
</style>