Shades of Portage #8499E3
Tints of Portage #8499E3
RGB
CMYK
RGB Variations
Color information
#8499E3 (or 0x8499E3) is known color: Portage. HEX triplet: 84, 99 and E3. RGB value is (132,153,227). Sum of RGB (Red+Green+Blue) = 132+153+227=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 227 (89.06% from 255 or 44.34% from 512); Max value from RGB is 227 - color contains mainly: blue. Hex color #8499E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499E3 is #7B661C. Grayscale: #9A9A9A. Windows color (decimal): -8087069 or 14915972. OLE color: 14915972.
HSL color Cylindrical-coordinate representation of color #8499E3: hue angle of 226.74º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8499E3 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 153 | 227 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.11 |
| HSL | 226.74º | 0.63% | 0.7% | - |
| HSV(B) | 226.74º | 0.42% | 0.89% | - |
| XYZ | 34.77 | 33.23 | 77.26 | - |
| YUV | 155.16 | 168.54 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 227 | 0.42 | 0.33 | 0 | 0.11 | 226.74 | 0.63 | 0.7 |
| Hex | 84 | 99 | E3 | 2A | 21 | 0 | B | E3 | 3F | 46 |
| Octal | 204 | 231 | 343 | 52 | 41 | 0 | 13 | 343 | 77 | 106 |
| Binary | 10000100 | 10011001 | 11100011 | 101010 | 100001 | 0 | 1011 | 11100011 | 111111 | 1000110 |
Color Harmonies of #8499E3
Complementary color
Monochromatic Colors of #8499E3
Black with #8499E3
Text Example
Text Example
White with #8499E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8499E3; }
p { color: rgb(132,153,227); }
H1.HeaderClassName
{
color: #8499E3;
}
.AnyTagClassName
{
color: #8499E3;
}
</style>
background-color css
<style>
a { background-color: #8499E3; }
a { background-color: rgb(132,153,227); }
div.DivClassName
{
background-color: #8499E3;
}
.BgClassName
{
background-color: #8499E3;
}
</style>
border-color css
<style>
span { border-color: #8499E3; }
span { border-color: rgb(132,153,227); }
td.TdClassName
{
border-color: #8499E3;
}
.TagClassName
{
border-color: #8499E3;
}
</style>