Shades of Portage #8496D1
Tints of Portage #8496D1
RGB
CMYK
RGB Variations
Color information
#8496D1 (or 0x8496D1) is known color: Portage. HEX triplet: 84, 96 and D1. RGB value is (132,150,209). Sum of RGB (Red+Green+Blue) = 132+150+209=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #8496D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8496D1 is #7B692E. Grayscale: #979797. Windows color (decimal): -8087855 or 13735556. OLE color: 13735556.
HSL color Cylindrical-coordinate representation of color #8496D1: hue angle of 225.97º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8496D1 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 150 | 209 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.18 |
| HSL | 225.97º | 0.46% | 0.67% | - |
| HSV(B) | 225.97º | 0.37% | 0.82% | - |
| XYZ | 31.93 | 31.32 | 64.68 | - |
| YUV | 151.34 | 160.54 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 209 | 0.37 | 0.28 | 0 | 0.18 | 225.97 | 0.46 | 0.67 |
| Hex | 84 | 96 | D1 | 25 | 1C | 0 | 12 | E2 | 2E | 43 |
| Octal | 204 | 226 | 321 | 45 | 34 | 0 | 22 | 342 | 56 | 103 |
| Binary | 10000100 | 10010110 | 11010001 | 100101 | 11100 | 0 | 10010 | 11100010 | 101110 | 1000011 |
Color Harmonies of #8496D1
Complementary color
Monochromatic Colors of #8496D1
Black with #8496D1
Text Example
Text Example
White with #8496D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8496D1; }
p { color: rgb(132,150,209); }
H1.HeaderClassName
{
color: #8496D1;
}
.AnyTagClassName
{
color: #8496D1;
}
</style>
background-color css
<style>
a { background-color: #8496D1; }
a { background-color: rgb(132,150,209); }
div.DivClassName
{
background-color: #8496D1;
}
.BgClassName
{
background-color: #8496D1;
}
</style>
border-color css
<style>
span { border-color: #8496D1; }
span { border-color: rgb(132,150,209); }
td.TdClassName
{
border-color: #8496D1;
}
.TagClassName
{
border-color: #8496D1;
}
</style>