Shades of Portage #8492F6
Tints of Portage #8492F6
RGB
CMYK
RGB Variations
Color information
#8492F6 (or 0x8492F6) is known color: Portage. HEX triplet: 84, 92 and F6. RGB value is (132,146,246). Sum of RGB (Red+Green+Blue) = 132+146+246=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #8492F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8492F6 is #7B6D09. Grayscale: #989898. Windows color (decimal): -8088842 or 16159364. OLE color: 16159364.
HSL color Cylindrical-coordinate representation of color #8492F6: hue angle of 232.63º 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 #8492F6 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 146 | 246 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.04 |
| HSL | 232.63º | 0.86% | 0.74% | - |
| HSV(B) | 232.63º | 0.46% | 0.96% | - |
| XYZ | 36.43 | 32.12 | 91.47 | - |
| YUV | 153.21 | 180.36 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 246 | 0.46 | 0.41 | 0 | 0.04 | 232.63 | 0.86 | 0.74 |
| Hex | 84 | 92 | F6 | 2E | 29 | 0 | 4 | E9 | 56 | 4A |
| Octal | 204 | 222 | 366 | 56 | 51 | 0 | 4 | 351 | 126 | 112 |
| Binary | 10000100 | 10010010 | 11110110 | 101110 | 101001 | 0 | 100 | 11101001 | 1010110 | 1001010 |
Color Harmonies of #8492F6
Complementary color
Monochromatic Colors of #8492F6
Black with #8492F6
Text Example
Text Example
White with #8492F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8492F6; }
p { color: rgb(132,146,246); }
H1.HeaderClassName
{
color: #8492F6;
}
.AnyTagClassName
{
color: #8492F6;
}
</style>
background-color css
<style>
a { background-color: #8492F6; }
a { background-color: rgb(132,146,246); }
div.DivClassName
{
background-color: #8492F6;
}
.BgClassName
{
background-color: #8492F6;
}
</style>
border-color css
<style>
span { border-color: #8492F6; }
span { border-color: rgb(132,146,246); }
td.TdClassName
{
border-color: #8492F6;
}
.TagClassName
{
border-color: #8492F6;
}
</style>