Shades of Portage #849CF7
Tints of Portage #849CF7
RGB
CMYK
RGB Variations
Color information
#849CF7 (or 0x849CF7) is known color: Portage. HEX triplet: 84, 9C and F7. RGB value is (132,156,247). Sum of RGB (Red+Green+Blue) = 132+156+247=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 247 - color contains mainly: blue. Hex color #849CF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849CF7 is #7B6308. Grayscale: #9E9E9E. Windows color (decimal): -8086281 or 16227460. OLE color: 16227460.
HSL color Cylindrical-coordinate representation of color #849CF7: hue angle of 227.48º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #849CF7 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 156 | 247 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.03 |
| HSL | 227.48º | 0.88% | 0.74% | - |
| HSV(B) | 227.48º | 0.47% | 0.97% | - |
| XYZ | 38.19 | 35.4 | 92.82 | - |
| YUV | 159.2 | 177.55 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 247 | 0.47 | 0.37 | 0 | 0.03 | 227.48 | 0.88 | 0.74 |
| Hex | 84 | 9C | F7 | 2F | 25 | 0 | 3 | E3 | 58 | 4A |
| Octal | 204 | 234 | 367 | 57 | 45 | 0 | 3 | 343 | 130 | 112 |
| Binary | 10000100 | 10011100 | 11110111 | 101111 | 100101 | 0 | 11 | 11100011 | 1011000 | 1001010 |
Color Harmonies of #849CF7
Complementary color
Monochromatic Colors of #849CF7
Black with #849CF7
Text Example
Text Example
White with #849CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849CF7; }
p { color: rgb(132,156,247); }
H1.HeaderClassName
{
color: #849CF7;
}
.AnyTagClassName
{
color: #849CF7;
}
</style>
background-color css
<style>
a { background-color: #849CF7; }
a { background-color: rgb(132,156,247); }
div.DivClassName
{
background-color: #849CF7;
}
.BgClassName
{
background-color: #849CF7;
}
</style>
border-color css
<style>
span { border-color: #849CF7; }
span { border-color: rgb(132,156,247); }
td.TdClassName
{
border-color: #849CF7;
}
.TagClassName
{
border-color: #849CF7;
}
</style>