Shades of Portage #8298D9
Tints of Portage #8298D9
RGB
CMYK
RGB Variations
Color information
#8298D9 (or 0x8298D9) is known color: Portage. HEX triplet: 82, 98 and D9. RGB value is (130,152,217). Sum of RGB (Red+Green+Blue) = 130+152+217=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #8298D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8298D9 is #7D6726. Grayscale: #989898. Windows color (decimal): -8218407 or 14260354. OLE color: 14260354.
HSL color Cylindrical-coordinate representation of color #8298D9: hue angle of 224.83º 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 #8298D9 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 152 | 217 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.15 |
| HSL | 224.83º | 0.53% | 0.68% | - |
| HSV(B) | 224.83º | 0.4% | 0.85% | - |
| XYZ | 32.96 | 32.21 | 70.13 | - |
| YUV | 152.83 | 164.21 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 217 | 0.40 | 0.30 | 0 | 0.15 | 224.83 | 0.53 | 0.68 |
| Hex | 82 | 98 | D9 | 28 | 1E | 0 | F | E1 | 35 | 44 |
| Octal | 202 | 230 | 331 | 50 | 36 | 0 | 17 | 341 | 65 | 104 |
| Binary | 10000010 | 10011000 | 11011001 | 101000 | 11110 | 0 | 1111 | 11100001 | 110101 | 1000100 |
Color Harmonies of #8298D9
Complementary color
Monochromatic Colors of #8298D9
Black with #8298D9
Text Example
Text Example
White with #8298D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8298D9; }
p { color: rgb(130,152,217); }
H1.HeaderClassName
{
color: #8298D9;
}
.AnyTagClassName
{
color: #8298D9;
}
</style>
background-color css
<style>
a { background-color: #8298D9; }
a { background-color: rgb(130,152,217); }
div.DivClassName
{
background-color: #8298D9;
}
.BgClassName
{
background-color: #8298D9;
}
</style>
border-color css
<style>
span { border-color: #8298D9; }
span { border-color: rgb(130,152,217); }
td.TdClassName
{
border-color: #8298D9;
}
.TagClassName
{
border-color: #8298D9;
}
</style>