Shades of Portage #849FE4
Tints of Portage #849FE4
RGB
CMYK
RGB Variations
Color information
#849FE4 (or 0x849FE4) is known color: Portage. HEX triplet: 84, 9F and E4. RGB value is (132,159,228). Sum of RGB (Red+Green+Blue) = 132+159+228=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 228 (89.45% from 255 or 43.93% from 519); Max value from RGB is 228 - color contains mainly: blue. Hex color #849FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FE4 is #7B601B. Grayscale: #9E9E9E. Windows color (decimal): -8085532 or 14983044. OLE color: 14983044.
HSL color Cylindrical-coordinate representation of color #849FE4: hue angle of 223.12º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #849FE4 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 159 | 228 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.11 |
| HSL | 223.13º | 0.64% | 0.71% | - |
| HSV(B) | 223.13º | 0.42% | 0.89% | - |
| XYZ | 35.92 | 35.3 | 78.32 | - |
| YUV | 158.79 | 167.05 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 228 | 0.42 | 0.30 | 0 | 0.11 | 223.13 | 0.64 | 0.71 |
| Hex | 84 | 9F | E4 | 2A | 1E | 0 | B | DF | 40 | 47 |
| Octal | 204 | 237 | 344 | 52 | 36 | 0 | 13 | 337 | 100 | 107 |
| Binary | 10000100 | 10011111 | 11100100 | 101010 | 11110 | 0 | 1011 | 11011111 | 1000000 | 1000111 |
Color Harmonies of #849FE4
Complementary color
Monochromatic Colors of #849FE4
Black with #849FE4
Text Example
Text Example
White with #849FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849FE4; }
p { color: rgb(132,159,228); }
H1.HeaderClassName
{
color: #849FE4;
}
.AnyTagClassName
{
color: #849FE4;
}
</style>
background-color css
<style>
a { background-color: #849FE4; }
a { background-color: rgb(132,159,228); }
div.DivClassName
{
background-color: #849FE4;
}
.BgClassName
{
background-color: #849FE4;
}
</style>
border-color css
<style>
span { border-color: #849FE4; }
span { border-color: rgb(132,159,228); }
td.TdClassName
{
border-color: #849FE4;
}
.TagClassName
{
border-color: #849FE4;
}
</style>