Shades of Portage #849FF6
Tints of Portage #849FF6
RGB
CMYK
RGB Variations
Color information
#849FF6 (or 0x849FF6) is known color: Portage. HEX triplet: 84, 9F and F6. RGB value is (132,159,246). Sum of RGB (Red+Green+Blue) = 132+159+246=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #849FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849FF6 is #7B6009. Grayscale: #A0A0A0. Windows color (decimal): -8085514 or 16162692. OLE color: 16162692.
HSL color Cylindrical-coordinate representation of color #849FF6: hue angle of 225.79º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #849FF6 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 159 | 246 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.04 |
| HSL | 225.79º | 0.86% | 0.74% | - |
| HSV(B) | 225.79º | 0.46% | 0.96% | - |
| XYZ | 38.55 | 36.36 | 92.17 | - |
| YUV | 160.85 | 176.05 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 246 | 0.46 | 0.35 | 0 | 0.04 | 225.79 | 0.86 | 0.74 |
| Hex | 84 | 9F | F6 | 2E | 23 | 0 | 4 | E2 | 56 | 4A |
| Octal | 204 | 237 | 366 | 56 | 43 | 0 | 4 | 342 | 126 | 112 |
| Binary | 10000100 | 10011111 | 11110110 | 101110 | 100011 | 0 | 100 | 11100010 | 1010110 | 1001010 |
Color Harmonies of #849FF6
Complementary color
Monochromatic Colors of #849FF6
Black with #849FF6
Text Example
Text Example
White with #849FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849FF6; }
p { color: rgb(132,159,246); }
H1.HeaderClassName
{
color: #849FF6;
}
.AnyTagClassName
{
color: #849FF6;
}
</style>
background-color css
<style>
a { background-color: #849FF6; }
a { background-color: rgb(132,159,246); }
div.DivClassName
{
background-color: #849FF6;
}
.BgClassName
{
background-color: #849FF6;
}
</style>
border-color css
<style>
span { border-color: #849FF6; }
span { border-color: rgb(132,159,246); }
td.TdClassName
{
border-color: #849FF6;
}
.TagClassName
{
border-color: #849FF6;
}
</style>