Shades of Portage #8492FE
Tints of Portage #8492FE
RGB
CMYK
RGB Variations
Color information
#8492FE (or 0x8492FE) is known color: Portage. HEX triplet: 84, 92 and FE. RGB value is (132,146,254). Sum of RGB (Red+Green+Blue) = 132+146+254=532 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.81% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #8492FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8492FE is #7B6D01. Grayscale: #999999. Windows color (decimal): -8088834 or 16683652. OLE color: 16683652.
HSL color Cylindrical-coordinate representation of color #8492FE: hue angle of 233.11º 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 #8492FE is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 146 | 254 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.00 |
| HSL | 233.11º | 0.98% | 0.76% | - |
| HSV(B) | 233.11º | 0.48% | 1% | - |
| XYZ | 37.68 | 32.62 | 98.08 | - |
| YUV | 154.13 | 184.36 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 254 | 0.48 | 0.43 | 0 | 0.00 | 233.11 | 0.98 | 0.76 |
| Hex | 84 | 92 | FE | 30 | 2B | 0 | 0 | E9 | 62 | 4C |
| Octal | 204 | 222 | 376 | 60 | 53 | 0 | 0 | 351 | 142 | 114 |
| Binary | 10000100 | 10010010 | 11111110 | 110000 | 101011 | 0 | 0 | 11101001 | 1100010 | 1001100 |
Color Harmonies of #8492FE
Complementary color
Monochromatic Colors of #8492FE
Black with #8492FE
Text Example
Text Example
White with #8492FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8492FE; }
p { color: rgb(132,146,254); }
H1.HeaderClassName
{
color: #8492FE;
}
.AnyTagClassName
{
color: #8492FE;
}
</style>
background-color css
<style>
a { background-color: #8492FE; }
a { background-color: rgb(132,146,254); }
div.DivClassName
{
background-color: #8492FE;
}
.BgClassName
{
background-color: #8492FE;
}
</style>
border-color css
<style>
span { border-color: #8492FE; }
span { border-color: rgb(132,146,254); }
td.TdClassName
{
border-color: #8492FE;
}
.TagClassName
{
border-color: #8492FE;
}
</style>