Shades of Portage #849EFC
Tints of Portage #849EFC
RGB
CMYK
RGB Variations
Color information
#849EFC (or 0x849EFC) is known color: Portage. HEX triplet: 84, 9E and FC. RGB value is (132,158,252). Sum of RGB (Red+Green+Blue) = 132+158+252=542 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.35% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #849EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EFC is #7B6103. Grayscale: #A0A0A0. Windows color (decimal): -8085764 or 16555652. OLE color: 16555652.
HSL color Cylindrical-coordinate representation of color #849EFC: hue angle of 227º degrees, saturation: 0.95, 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 #849EFC is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 158 | 252 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.01 |
| HSL | 227º | 0.95% | 0.75% | - |
| HSV(B) | 227º | 0.48% | 0.99% | - |
| XYZ | 39.31 | 36.39 | 97.05 | - |
| YUV | 160.94 | 179.39 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 252 | 0.48 | 0.37 | 0 | 0.01 | 227 | 0.95 | 0.75 |
| Hex | 84 | 9E | FC | 30 | 25 | 0 | 1 | E3 | 5F | 4B |
| Octal | 204 | 236 | 374 | 60 | 45 | 0 | 1 | 343 | 137 | 113 |
| Binary | 10000100 | 10011110 | 11111100 | 110000 | 100101 | 0 | 1 | 11100011 | 1011111 | 1001011 |
Color Harmonies of #849EFC
Complementary color
Monochromatic Colors of #849EFC
Black with #849EFC
Text Example
Text Example
White with #849EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849EFC; }
p { color: rgb(132,158,252); }
H1.HeaderClassName
{
color: #849EFC;
}
.AnyTagClassName
{
color: #849EFC;
}
</style>
background-color css
<style>
a { background-color: #849EFC; }
a { background-color: rgb(132,158,252); }
div.DivClassName
{
background-color: #849EFC;
}
.BgClassName
{
background-color: #849EFC;
}
</style>
border-color css
<style>
span { border-color: #849EFC; }
span { border-color: rgb(132,158,252); }
td.TdClassName
{
border-color: #849EFC;
}
.TagClassName
{
border-color: #849EFC;
}
</style>