Shades of Portage #828DEA
Tints of Portage #828DEA
RGB
CMYK
RGB Variations
Color information
#828DEA (or 0x828DEA) is known color: Portage. HEX triplet: 82, 8D and EA. RGB value is (130,141,234). Sum of RGB (Red+Green+Blue) = 130+141+234=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #828DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828DEA is #7D7215. Grayscale: #939393. Windows color (decimal): -8221206 or 15371650. OLE color: 15371650.
HSL color Cylindrical-coordinate representation of color #828DEA: hue angle of 233.65º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #828DEA is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 141 | 234 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.08 |
| HSL | 233.65º | 0.71% | 0.71% | - |
| HSV(B) | 233.65º | 0.44% | 0.92% | - |
| XYZ | 33.58 | 29.74 | 81.81 | - |
| YUV | 148.31 | 176.36 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 234 | 0.44 | 0.40 | 0 | 0.08 | 233.65 | 0.71 | 0.71 |
| Hex | 82 | 8D | EA | 2C | 28 | 0 | 8 | EA | 47 | 47 |
| Octal | 202 | 215 | 352 | 54 | 50 | 0 | 10 | 352 | 107 | 107 |
| Binary | 10000010 | 10001101 | 11101010 | 101100 | 101000 | 0 | 1000 | 11101010 | 1000111 | 1000111 |
Color Harmonies of #828DEA
Complementary color
Monochromatic Colors of #828DEA
Black with #828DEA
Text Example
Text Example
White with #828DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828DEA; }
p { color: rgb(130,141,234); }
H1.HeaderClassName
{
color: #828DEA;
}
.AnyTagClassName
{
color: #828DEA;
}
</style>
background-color css
<style>
a { background-color: #828DEA; }
a { background-color: rgb(130,141,234); }
div.DivClassName
{
background-color: #828DEA;
}
.BgClassName
{
background-color: #828DEA;
}
</style>
border-color css
<style>
span { border-color: #828DEA; }
span { border-color: rgb(130,141,234); }
td.TdClassName
{
border-color: #828DEA;
}
.TagClassName
{
border-color: #828DEA;
}
</style>