Shades of Portage #849EED
Tints of Portage #849EED
RGB
CMYK
RGB Variations
Color information
#849EED (or 0x849EED) is known color: Portage. HEX triplet: 84, 9E and ED. RGB value is (132,158,237). Sum of RGB (Red+Green+Blue) = 132+158+237=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #849EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EED is #7B6112. Grayscale: #9E9E9E. Windows color (decimal): -8085779 or 15572612. OLE color: 15572612.
HSL color Cylindrical-coordinate representation of color #849EED: hue angle of 225.14º 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 #849EED is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 158 | 237 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.07 |
| HSL | 225.14º | 0.74% | 0.72% | - |
| HSV(B) | 225.14º | 0.44% | 0.93% | - |
| XYZ | 37.03 | 35.47 | 85.02 | - |
| YUV | 159.23 | 171.89 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 237 | 0.44 | 0.33 | 0 | 0.07 | 225.14 | 0.74 | 0.72 |
| Hex | 84 | 9E | ED | 2C | 21 | 0 | 7 | E1 | 4A | 48 |
| Octal | 204 | 236 | 355 | 54 | 41 | 0 | 7 | 341 | 112 | 110 |
| Binary | 10000100 | 10011110 | 11101101 | 101100 | 100001 | 0 | 111 | 11100001 | 1001010 | 1001000 |
Color Harmonies of #849EED
Complementary color
Monochromatic Colors of #849EED
Black with #849EED
Text Example
Text Example
White with #849EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849EED; }
p { color: rgb(132,158,237); }
H1.HeaderClassName
{
color: #849EED;
}
.AnyTagClassName
{
color: #849EED;
}
</style>
background-color css
<style>
a { background-color: #849EED; }
a { background-color: rgb(132,158,237); }
div.DivClassName
{
background-color: #849EED;
}
.BgClassName
{
background-color: #849EED;
}
</style>
border-color css
<style>
span { border-color: #849EED; }
span { border-color: rgb(132,158,237); }
td.TdClassName
{
border-color: #849EED;
}
.TagClassName
{
border-color: #849EED;
}
</style>