Shades of Portage #8496EA
Tints of Portage #8496EA
RGB
CMYK
RGB Variations
Color information
#8496EA (or 0x8496EA) is known color: Portage. HEX triplet: 84, 96 and EA. RGB value is (132,150,234). Sum of RGB (Red+Green+Blue) = 132+150+234=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #8496EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8496EA is #7B6915. Grayscale: #999999. Windows color (decimal): -8087830 or 15373956. OLE color: 15373956.
HSL color Cylindrical-coordinate representation of color #8496EA: hue angle of 229.41º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8496EA is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 150 | 234 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.08 |
| HSL | 229.41º | 0.71% | 0.72% | - |
| HSV(B) | 229.41º | 0.44% | 0.92% | - |
| XYZ | 35.27 | 32.66 | 82.29 | - |
| YUV | 154.19 | 173.04 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 234 | 0.44 | 0.36 | 0 | 0.08 | 229.41 | 0.71 | 0.72 |
| Hex | 84 | 96 | EA | 2C | 24 | 0 | 8 | E5 | 47 | 48 |
| Octal | 204 | 226 | 352 | 54 | 44 | 0 | 10 | 345 | 107 | 110 |
| Binary | 10000100 | 10010110 | 11101010 | 101100 | 100100 | 0 | 1000 | 11100101 | 1000111 | 1001000 |
Color Harmonies of #8496EA
Complementary color
Monochromatic Colors of #8496EA
Black with #8496EA
Text Example
Text Example
White with #8496EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8496EA; }
p { color: rgb(132,150,234); }
H1.HeaderClassName
{
color: #8496EA;
}
.AnyTagClassName
{
color: #8496EA;
}
</style>
background-color css
<style>
a { background-color: #8496EA; }
a { background-color: rgb(132,150,234); }
div.DivClassName
{
background-color: #8496EA;
}
.BgClassName
{
background-color: #8496EA;
}
</style>
border-color css
<style>
span { border-color: #8496EA; }
span { border-color: rgb(132,150,234); }
td.TdClassName
{
border-color: #8496EA;
}
.TagClassName
{
border-color: #8496EA;
}
</style>