Shades of Portage #8496F1
Tints of Portage #8496F1
RGB
CMYK
RGB Variations
Color information
#8496F1 (or 0x8496F1) is known color: Portage. HEX triplet: 84, 96 and F1. RGB value is (132,150,241). Sum of RGB (Red+Green+Blue) = 132+150+241=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #8496F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8496F1 is #7B690E. Grayscale: #9A9A9A. Windows color (decimal): -8087823 or 15832708. OLE color: 15832708.
HSL color Cylindrical-coordinate representation of color #8496F1: hue angle of 230.09º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8496F1 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 150 | 241 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.05 |
| HSL | 230.09º | 0.8% | 0.73% | - |
| HSV(B) | 230.09º | 0.45% | 0.95% | - |
| XYZ | 36.3 | 33.07 | 87.69 | - |
| YUV | 154.99 | 176.54 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 241 | 0.45 | 0.38 | 0 | 0.05 | 230.09 | 0.8 | 0.73 |
| Hex | 84 | 96 | F1 | 2D | 26 | 0 | 5 | E6 | 50 | 49 |
| Octal | 204 | 226 | 361 | 55 | 46 | 0 | 5 | 346 | 120 | 111 |
| Binary | 10000100 | 10010110 | 11110001 | 101101 | 100110 | 0 | 101 | 11100110 | 1010000 | 1001001 |
Color Harmonies of #8496F1
Complementary color
Monochromatic Colors of #8496F1
Black with #8496F1
Text Example
Text Example
White with #8496F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8496F1; }
p { color: rgb(132,150,241); }
H1.HeaderClassName
{
color: #8496F1;
}
.AnyTagClassName
{
color: #8496F1;
}
</style>
background-color css
<style>
a { background-color: #8496F1; }
a { background-color: rgb(132,150,241); }
div.DivClassName
{
background-color: #8496F1;
}
.BgClassName
{
background-color: #8496F1;
}
</style>
border-color css
<style>
span { border-color: #8496F1; }
span { border-color: rgb(132,150,241); }
td.TdClassName
{
border-color: #8496F1;
}
.TagClassName
{
border-color: #8496F1;
}
</style>