Shades of Portage #8499D6
Tints of Portage #8499D6
RGB
CMYK
RGB Variations
Color information
#8499D6 (or 0x8499D6) is known color: Portage. HEX triplet: 84, 99 and D6. RGB value is (132,153,214). Sum of RGB (Red+Green+Blue) = 132+153+214=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #8499D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499D6 is #7B6629. Grayscale: #999999. Windows color (decimal): -8087082 or 14064004. OLE color: 14064004.
HSL color Cylindrical-coordinate representation of color #8499D6: hue angle of 224.63º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8499D6 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 153 | 214 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.16 |
| HSL | 224.63º | 0.5% | 0.68% | - |
| HSV(B) | 224.63º | 0.38% | 0.84% | - |
| XYZ | 33.04 | 32.54 | 68.16 | - |
| YUV | 153.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 214 | 0.38 | 0.29 | 0 | 0.16 | 224.63 | 0.5 | 0.68 |
| Hex | 84 | 99 | D6 | 26 | 1D | 0 | 10 | E1 | 32 | 44 |
| Octal | 204 | 231 | 326 | 46 | 35 | 0 | 20 | 341 | 62 | 104 |
| Binary | 10000100 | 10011001 | 11010110 | 100110 | 11101 | 0 | 10000 | 11100001 | 110010 | 1000100 |
Color Harmonies of #8499D6
Complementary color
Monochromatic Colors of #8499D6
Black with #8499D6
Text Example
Text Example
White with #8499D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8499D6; }
p { color: rgb(132,153,214); }
H1.HeaderClassName
{
color: #8499D6;
}
.AnyTagClassName
{
color: #8499D6;
}
</style>
background-color css
<style>
a { background-color: #8499D6; }
a { background-color: rgb(132,153,214); }
div.DivClassName
{
background-color: #8499D6;
}
.BgClassName
{
background-color: #8499D6;
}
</style>
border-color css
<style>
span { border-color: #8499D6; }
span { border-color: rgb(132,153,214); }
td.TdClassName
{
border-color: #8499D6;
}
.TagClassName
{
border-color: #8499D6;
}
</style>