Shades of Portage #849CFC
Tints of Portage #849CFC
RGB
CMYK
RGB Variations
Color information
#849CFC (or 0x849CFC) is known color: Portage. HEX triplet: 84, 9C and FC. RGB value is (132,156,252). Sum of RGB (Red+Green+Blue) = 132+156+252=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #849CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849CFC is #7B6303. Grayscale: #9F9F9F. Windows color (decimal): -8086276 or 16555140. OLE color: 16555140.
HSL color Cylindrical-coordinate representation of color #849CFC: hue angle of 228º 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 #849CFC is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 156 | 252 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.01 |
| HSL | 228º | 0.95% | 0.75% | - |
| HSV(B) | 228º | 0.48% | 0.99% | - |
| XYZ | 38.97 | 35.71 | 96.93 | - |
| YUV | 159.77 | 180.05 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 252 | 0.48 | 0.38 | 0 | 0.01 | 228 | 0.95 | 0.75 |
| Hex | 84 | 9C | FC | 30 | 26 | 0 | 1 | E4 | 5F | 4B |
| Octal | 204 | 234 | 374 | 60 | 46 | 0 | 1 | 344 | 137 | 113 |
| Binary | 10000100 | 10011100 | 11111100 | 110000 | 100110 | 0 | 1 | 11100100 | 1011111 | 1001011 |
Color Harmonies of #849CFC
Complementary color
Monochromatic Colors of #849CFC
Black with #849CFC
Text Example
Text Example
White with #849CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849CFC; }
p { color: rgb(132,156,252); }
H1.HeaderClassName
{
color: #849CFC;
}
.AnyTagClassName
{
color: #849CFC;
}
</style>
background-color css
<style>
a { background-color: #849CFC; }
a { background-color: rgb(132,156,252); }
div.DivClassName
{
background-color: #849CFC;
}
.BgClassName
{
background-color: #849CFC;
}
</style>
border-color css
<style>
span { border-color: #849CFC; }
span { border-color: rgb(132,156,252); }
td.TdClassName
{
border-color: #849CFC;
}
.TagClassName
{
border-color: #849CFC;
}
</style>