Shades of Portage #8290D9
Tints of Portage #8290D9
RGB
CMYK
RGB Variations
Color information
#8290D9 (or 0x8290D9) is known color: Portage. HEX triplet: 82, 90 and D9. RGB value is (130,144,217). Sum of RGB (Red+Green+Blue) = 130+144+217=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #8290D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8290D9 is #7D6F26. Grayscale: #939393. Windows color (decimal): -8220455 or 14258306. OLE color: 14258306.
HSL color Cylindrical-coordinate representation of color #8290D9: hue angle of 230.34º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8290D9 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 144 | 217 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.15 |
| HSL | 230.34º | 0.53% | 0.68% | - |
| HSV(B) | 230.34º | 0.4% | 0.85% | - |
| XYZ | 31.7 | 29.7 | 69.71 | - |
| YUV | 148.14 | 166.86 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 217 | 0.40 | 0.34 | 0 | 0.15 | 230.34 | 0.53 | 0.68 |
| Hex | 82 | 90 | D9 | 28 | 22 | 0 | F | E6 | 35 | 44 |
| Octal | 202 | 220 | 331 | 50 | 42 | 0 | 17 | 346 | 65 | 104 |
| Binary | 10000010 | 10010000 | 11011001 | 101000 | 100010 | 0 | 1111 | 11100110 | 110101 | 1000100 |
Color Harmonies of #8290D9
Complementary color
Monochromatic Colors of #8290D9
Black with #8290D9
Text Example
Text Example
White with #8290D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8290D9; }
p { color: rgb(130,144,217); }
H1.HeaderClassName
{
color: #8290D9;
}
.AnyTagClassName
{
color: #8290D9;
}
</style>
background-color css
<style>
a { background-color: #8290D9; }
a { background-color: rgb(130,144,217); }
div.DivClassName
{
background-color: #8290D9;
}
.BgClassName
{
background-color: #8290D9;
}
</style>
border-color css
<style>
span { border-color: #8290D9; }
span { border-color: rgb(130,144,217); }
td.TdClassName
{
border-color: #8290D9;
}
.TagClassName
{
border-color: #8290D9;
}
</style>