Shades of Portage #828AD9
Tints of Portage #828AD9
RGB
CMYK
RGB Variations
Color information
#828AD9 (or 0x828AD9) is known color: Portage. HEX triplet: 82, 8A and D9. RGB value is (130,138,217). Sum of RGB (Red+Green+Blue) = 130+138+217=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #828AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828AD9 is #7D7526. Grayscale: #909090. Windows color (decimal): -8221991 or 14256770. OLE color: 14256770.
HSL color Cylindrical-coordinate representation of color #828AD9: hue angle of 234.48º 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 #828AD9 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 138 | 217 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.15 |
| HSL | 234.48º | 0.53% | 0.68% | - |
| HSV(B) | 234.48º | 0.4% | 0.85% | - |
| XYZ | 30.82 | 27.93 | 69.41 | - |
| YUV | 144.61 | 168.85 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 217 | 0.40 | 0.36 | 0 | 0.15 | 234.48 | 0.53 | 0.68 |
| Hex | 82 | 8A | D9 | 28 | 24 | 0 | F | EA | 35 | 44 |
| Octal | 202 | 212 | 331 | 50 | 44 | 0 | 17 | 352 | 65 | 104 |
| Binary | 10000010 | 10001010 | 11011001 | 101000 | 100100 | 0 | 1111 | 11101010 | 110101 | 1000100 |
Color Harmonies of #828AD9
Complementary color
Monochromatic Colors of #828AD9
Black with #828AD9
Text Example
Text Example
White with #828AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828AD9; }
p { color: rgb(130,138,217); }
H1.HeaderClassName
{
color: #828AD9;
}
.AnyTagClassName
{
color: #828AD9;
}
</style>
background-color css
<style>
a { background-color: #828AD9; }
a { background-color: rgb(130,138,217); }
div.DivClassName
{
background-color: #828AD9;
}
.BgClassName
{
background-color: #828AD9;
}
</style>
border-color css
<style>
span { border-color: #828AD9; }
span { border-color: rgb(130,138,217); }
td.TdClassName
{
border-color: #828AD9;
}
.TagClassName
{
border-color: #828AD9;
}
</style>