Shades of Portage #8286D1
Tints of Portage #8286D1
RGB
CMYK
RGB Variations
Color information
#8286D1 (or 0x8286D1) is known color: Portage. HEX triplet: 82, 86 and D1. RGB value is (130,134,209). Sum of RGB (Red+Green+Blue) = 130+134+209=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #8286D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8286D1 is #7D792E. Grayscale: #8D8D8D. Windows color (decimal): -8223023 or 13731458. OLE color: 13731458.
HSL color Cylindrical-coordinate representation of color #8286D1: hue angle of 236.96º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8286D1 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 134 | 209 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.18 |
| HSL | 236.96º | 0.46% | 0.66% | - |
| HSV(B) | 236.96º | 0.38% | 0.82% | - |
| XYZ | 29.24 | 26.4 | 63.88 | - |
| YUV | 141.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 209 | 0.38 | 0.36 | 0 | 0.18 | 236.96 | 0.46 | 0.66 |
| Hex | 82 | 86 | D1 | 26 | 24 | 0 | 12 | ED | 2E | 42 |
| Octal | 202 | 206 | 321 | 46 | 44 | 0 | 22 | 355 | 56 | 102 |
| Binary | 10000010 | 10000110 | 11010001 | 100110 | 100100 | 0 | 10010 | 11101101 | 101110 | 1000010 |
Color Harmonies of #8286D1
Complementary color
Monochromatic Colors of #8286D1
Black with #8286D1
Text Example
Text Example
White with #8286D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8286D1; }
p { color: rgb(130,134,209); }
H1.HeaderClassName
{
color: #8286D1;
}
.AnyTagClassName
{
color: #8286D1;
}
</style>
background-color css
<style>
a { background-color: #8286D1; }
a { background-color: rgb(130,134,209); }
div.DivClassName
{
background-color: #8286D1;
}
.BgClassName
{
background-color: #8286D1;
}
</style>
border-color css
<style>
span { border-color: #8286D1; }
span { border-color: rgb(130,134,209); }
td.TdClassName
{
border-color: #8286D1;
}
.TagClassName
{
border-color: #8286D1;
}
</style>