Shades of Portage #8499D0
Tints of Portage #8499D0
RGB
CMYK
RGB Variations
Color information
#8499D0 (or 0x8499D0) is known color: Portage. HEX triplet: 84, 99 and D0. RGB value is (132,153,208). Sum of RGB (Red+Green+Blue) = 132+153+208=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #8499D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499D0 is #7B662F. Grayscale: #989898. Windows color (decimal): -8087088 or 13670788. OLE color: 13670788.
HSL color Cylindrical-coordinate representation of color #8499D0: hue angle of 223.42º degrees, saturation: 0.45, 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 #8499D0 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 153 | 208 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.18 |
| HSL | 223.42º | 0.45% | 0.67% | - |
| HSV(B) | 223.42º | 0.37% | 0.82% | - |
| XYZ | 32.29 | 32.24 | 64.2 | - |
| YUV | 152.99 | 159.04 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 208 | 0.37 | 0.26 | 0 | 0.18 | 223.42 | 0.45 | 0.67 |
| Hex | 84 | 99 | D0 | 25 | 1A | 0 | 12 | DF | 2D | 43 |
| Octal | 204 | 231 | 320 | 45 | 32 | 0 | 22 | 337 | 55 | 103 |
| Binary | 10000100 | 10011001 | 11010000 | 100101 | 11010 | 0 | 10010 | 11011111 | 101101 | 1000011 |
Color Harmonies of #8499D0
Complementary color
Monochromatic Colors of #8499D0
Black with #8499D0
Text Example
Text Example
White with #8499D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8499D0; }
p { color: rgb(132,153,208); }
H1.HeaderClassName
{
color: #8499D0;
}
.AnyTagClassName
{
color: #8499D0;
}
</style>
background-color css
<style>
a { background-color: #8499D0; }
a { background-color: rgb(132,153,208); }
div.DivClassName
{
background-color: #8499D0;
}
.BgClassName
{
background-color: #8499D0;
}
</style>
border-color css
<style>
span { border-color: #8499D0; }
span { border-color: rgb(132,153,208); }
td.TdClassName
{
border-color: #8499D0;
}
.TagClassName
{
border-color: #8499D0;
}
</style>