Shades of Portage #849CFE
Tints of Portage #849CFE
RGB
CMYK
RGB Variations
Color information
#849CFE (or 0x849CFE) is known color: Portage. HEX triplet: 84, 9C and FE. RGB value is (132,156,254). Sum of RGB (Red+Green+Blue) = 132+156+254=542 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.35% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #849CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849CFE is #7B6301. Grayscale: #9F9F9F. Windows color (decimal): -8086274 or 16686212. OLE color: 16686212.
HSL color Cylindrical-coordinate representation of color #849CFE: hue angle of 228.2º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #849CFE is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 156 | 254 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.00 |
| HSL | 228.2º | 0.98% | 0.76% | - |
| HSV(B) | 228.2º | 0.48% | 1% | - |
| XYZ | 39.29 | 35.84 | 98.61 | - |
| YUV | 160 | 181.05 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 254 | 0.48 | 0.39 | 0 | 0.00 | 228.2 | 0.98 | 0.76 |
| Hex | 84 | 9C | FE | 30 | 27 | 0 | 0 | E4 | 62 | 4C |
| Octal | 204 | 234 | 376 | 60 | 47 | 0 | 0 | 344 | 142 | 114 |
| Binary | 10000100 | 10011100 | 11111110 | 110000 | 100111 | 0 | 0 | 11100100 | 1100010 | 1001100 |
Color Harmonies of #849CFE
Complementary color
Monochromatic Colors of #849CFE
Black with #849CFE
Text Example
Text Example
White with #849CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849CFE; }
p { color: rgb(132,156,254); }
H1.HeaderClassName
{
color: #849CFE;
}
.AnyTagClassName
{
color: #849CFE;
}
</style>
background-color css
<style>
a { background-color: #849CFE; }
a { background-color: rgb(132,156,254); }
div.DivClassName
{
background-color: #849CFE;
}
.BgClassName
{
background-color: #849CFE;
}
</style>
border-color css
<style>
span { border-color: #849CFE; }
span { border-color: rgb(132,156,254); }
td.TdClassName
{
border-color: #849CFE;
}
.TagClassName
{
border-color: #849CFE;
}
</style>