Shades of Portage #8496DC
Tints of Portage #8496DC
RGB
CMYK
RGB Variations
Color information
#8496DC (or 0x8496DC) is known color: Portage. HEX triplet: 84, 96 and DC. RGB value is (132,150,220). Sum of RGB (Red+Green+Blue) = 132+150+220=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #8496DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8496DC is #7B6923. Grayscale: #989898. Windows color (decimal): -8087844 or 14456452. OLE color: 14456452.
HSL color Cylindrical-coordinate representation of color #8496DC: hue angle of 227.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8496DC is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 150 | 220 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.14 |
| HSL | 227.73º | 0.56% | 0.69% | - |
| HSV(B) | 227.73º | 0.4% | 0.86% | - |
| XYZ | 33.34 | 31.89 | 72.11 | - |
| YUV | 152.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 220 | 0.40 | 0.32 | 0 | 0.14 | 227.73 | 0.56 | 0.69 |
| Hex | 84 | 96 | DC | 28 | 20 | 0 | E | E4 | 38 | 45 |
| Octal | 204 | 226 | 334 | 50 | 40 | 0 | 16 | 344 | 70 | 105 |
| Binary | 10000100 | 10010110 | 11011100 | 101000 | 100000 | 0 | 1110 | 11100100 | 111000 | 1000101 |
Color Harmonies of #8496DC
Complementary color
Monochromatic Colors of #8496DC
Black with #8496DC
Text Example
Text Example
White with #8496DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8496DC; }
p { color: rgb(132,150,220); }
H1.HeaderClassName
{
color: #8496DC;
}
.AnyTagClassName
{
color: #8496DC;
}
</style>
background-color css
<style>
a { background-color: #8496DC; }
a { background-color: rgb(132,150,220); }
div.DivClassName
{
background-color: #8496DC;
}
.BgClassName
{
background-color: #8496DC;
}
</style>
border-color css
<style>
span { border-color: #8496DC; }
span { border-color: rgb(132,150,220); }
td.TdClassName
{
border-color: #8496DC;
}
.TagClassName
{
border-color: #8496DC;
}
</style>