Shades of Portage #828EEE
Tints of Portage #828EEE
RGB
CMYK
RGB Variations
Color information
#828EEE (or 0x828EEE) is known color: Portage. HEX triplet: 82, 8E and EE. RGB value is (130,142,238). Sum of RGB (Red+Green+Blue) = 130+142+238=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #828EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828EEE is #7D7111. Grayscale: #949494. Windows color (decimal): -8220946 or 15634050. OLE color: 15634050.
HSL color Cylindrical-coordinate representation of color #828EEE: hue angle of 233.33º 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 #828EEE is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 142 | 238 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.07 |
| HSL | 233.33º | 0.76% | 0.72% | - |
| HSV(B) | 233.33º | 0.45% | 0.93% | - |
| XYZ | 34.31 | 30.26 | 84.92 | - |
| YUV | 149.36 | 178.02 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 238 | 0.45 | 0.40 | 0 | 0.07 | 233.33 | 0.76 | 0.72 |
| Hex | 82 | 8E | EE | 2D | 28 | 0 | 7 | E9 | 4C | 48 |
| Octal | 202 | 216 | 356 | 55 | 50 | 0 | 7 | 351 | 114 | 110 |
| Binary | 10000010 | 10001110 | 11101110 | 101101 | 101000 | 0 | 111 | 11101001 | 1001100 | 1001000 |
Color Harmonies of #828EEE
Complementary color
Monochromatic Colors of #828EEE
Black with #828EEE
Text Example
Text Example
White with #828EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828EEE; }
p { color: rgb(130,142,238); }
H1.HeaderClassName
{
color: #828EEE;
}
.AnyTagClassName
{
color: #828EEE;
}
</style>
background-color css
<style>
a { background-color: #828EEE; }
a { background-color: rgb(130,142,238); }
div.DivClassName
{
background-color: #828EEE;
}
.BgClassName
{
background-color: #828EEE;
}
</style>
border-color css
<style>
span { border-color: #828EEE; }
span { border-color: rgb(130,142,238); }
td.TdClassName
{
border-color: #828EEE;
}
.TagClassName
{
border-color: #828EEE;
}
</style>