Shades of Portage #849EFD
Tints of Portage #849EFD
RGB
CMYK
RGB Variations
Color information
#849EFD (or 0x849EFD) is known color: Portage. HEX triplet: 84, 9E and FD. RGB value is (132,158,253). Sum of RGB (Red+Green+Blue) = 132+158+253=543 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.31% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #849EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EFD is #7B6102. Grayscale: #A0A0A0. Windows color (decimal): -8085763 or 16621188. OLE color: 16621188.
HSL color Cylindrical-coordinate representation of color #849EFD: hue angle of 227.11º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #849EFD is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 158 | 253 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.01 |
| HSL | 227.11º | 0.97% | 0.75% | - |
| HSV(B) | 227.11º | 0.48% | 0.99% | - |
| XYZ | 39.47 | 36.45 | 97.88 | - |
| YUV | 161.06 | 179.89 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 253 | 0.48 | 0.38 | 0 | 0.01 | 227.11 | 0.97 | 0.75 |
| Hex | 84 | 9E | FD | 30 | 26 | 0 | 1 | E3 | 61 | 4B |
| Octal | 204 | 236 | 375 | 60 | 46 | 0 | 1 | 343 | 141 | 113 |
| Binary | 10000100 | 10011110 | 11111101 | 110000 | 100110 | 0 | 1 | 11100011 | 1100001 | 1001011 |
Color Harmonies of #849EFD
Complementary color
Monochromatic Colors of #849EFD
Black with #849EFD
Text Example
Text Example
White with #849EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849EFD; }
p { color: rgb(132,158,253); }
H1.HeaderClassName
{
color: #849EFD;
}
.AnyTagClassName
{
color: #849EFD;
}
</style>
background-color css
<style>
a { background-color: #849EFD; }
a { background-color: rgb(132,158,253); }
div.DivClassName
{
background-color: #849EFD;
}
.BgClassName
{
background-color: #849EFD;
}
</style>
border-color css
<style>
span { border-color: #849EFD; }
span { border-color: rgb(132,158,253); }
td.TdClassName
{
border-color: #849EFD;
}
.TagClassName
{
border-color: #849EFD;
}
</style>