Shades of Portage #828DEE
Tints of Portage #828DEE
RGB
CMYK
RGB Variations
Color information
#828DEE (or 0x828DEE) is known color: Portage. HEX triplet: 82, 8D and EE. RGB value is (130,141,238). Sum of RGB (Red+Green+Blue) = 130+141+238=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #828DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828DEE is #7D7211. Grayscale: #949494. Windows color (decimal): -8221202 or 15633794. OLE color: 15633794.
HSL color Cylindrical-coordinate representation of color #828DEE: hue angle of 233.89º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #828DEE is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 141 | 238 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.07 |
| HSL | 233.89º | 0.76% | 0.72% | - |
| HSV(B) | 233.89º | 0.45% | 0.93% | - |
| XYZ | 34.16 | 29.97 | 84.87 | - |
| YUV | 148.77 | 178.36 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 238 | 0.45 | 0.41 | 0 | 0.07 | 233.89 | 0.76 | 0.72 |
| Hex | 82 | 8D | EE | 2D | 29 | 0 | 7 | EA | 4C | 48 |
| Octal | 202 | 215 | 356 | 55 | 51 | 0 | 7 | 352 | 114 | 110 |
| Binary | 10000010 | 10001101 | 11101110 | 101101 | 101001 | 0 | 111 | 11101010 | 1001100 | 1001000 |
Color Harmonies of #828DEE
Complementary color
Monochromatic Colors of #828DEE
Black with #828DEE
Text Example
Text Example
White with #828DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828DEE; }
p { color: rgb(130,141,238); }
H1.HeaderClassName
{
color: #828DEE;
}
.AnyTagClassName
{
color: #828DEE;
}
</style>
background-color css
<style>
a { background-color: #828DEE; }
a { background-color: rgb(130,141,238); }
div.DivClassName
{
background-color: #828DEE;
}
.BgClassName
{
background-color: #828DEE;
}
</style>
border-color css
<style>
span { border-color: #828DEE; }
span { border-color: rgb(130,141,238); }
td.TdClassName
{
border-color: #828DEE;
}
.TagClassName
{
border-color: #828DEE;
}
</style>