Shades of Portage #8496D7
Tints of Portage #8496D7
RGB
CMYK
RGB Variations
Color information
#8496D7 (or 0x8496D7) is known color: Portage. HEX triplet: 84, 96 and D7. RGB value is (132,150,215). Sum of RGB (Red+Green+Blue) = 132+150+215=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #8496D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8496D7 is #7B6928. Grayscale: #979797. Windows color (decimal): -8087849 or 14128772. OLE color: 14128772.
HSL color Cylindrical-coordinate representation of color #8496D7: hue angle of 226.99º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8496D7 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 150 | 215 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.16 |
| HSL | 226.99º | 0.51% | 0.68% | - |
| HSV(B) | 226.99º | 0.39% | 0.84% | - |
| XYZ | 32.69 | 31.62 | 68.67 | - |
| YUV | 152.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 215 | 0.39 | 0.30 | 0 | 0.16 | 226.99 | 0.51 | 0.68 |
| Hex | 84 | 96 | D7 | 27 | 1E | 0 | 10 | E3 | 33 | 44 |
| Octal | 204 | 226 | 327 | 47 | 36 | 0 | 20 | 343 | 63 | 104 |
| Binary | 10000100 | 10010110 | 11010111 | 100111 | 11110 | 0 | 10000 | 11100011 | 110011 | 1000100 |
Color Harmonies of #8496D7
Complementary color
Monochromatic Colors of #8496D7
Black with #8496D7
Text Example
Text Example
White with #8496D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8496D7; }
p { color: rgb(132,150,215); }
H1.HeaderClassName
{
color: #8496D7;
}
.AnyTagClassName
{
color: #8496D7;
}
</style>
background-color css
<style>
a { background-color: #8496D7; }
a { background-color: rgb(132,150,215); }
div.DivClassName
{
background-color: #8496D7;
}
.BgClassName
{
background-color: #8496D7;
}
</style>
border-color css
<style>
span { border-color: #8496D7; }
span { border-color: rgb(132,150,215); }
td.TdClassName
{
border-color: #8496D7;
}
.TagClassName
{
border-color: #8496D7;
}
</style>