Shades of Portage #828EE0
Tints of Portage #828EE0
RGB
CMYK
RGB Variations
Color information
#828EE0 (or 0x828EE0) is known color: Portage. HEX triplet: 82, 8E and E0. RGB value is (130,142,224). Sum of RGB (Red+Green+Blue) = 130+142+224=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #828EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EE0 is #7D711F. Grayscale: #939393. Windows color (decimal): -8220960 or 14716546. OLE color: 14716546.
HSL color Cylindrical-coordinate representation of color #828EE0: hue angle of 232.34º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #828EE0 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 142 | 224 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.12 |
| HSL | 232.34º | 0.6% | 0.69% | - |
| HSV(B) | 232.34º | 0.42% | 0.88% | - |
| XYZ | 32.33 | 29.47 | 74.51 | - |
| YUV | 147.76 | 171.02 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 224 | 0.42 | 0.37 | 0 | 0.12 | 232.34 | 0.6 | 0.69 |
| Hex | 82 | 8E | E0 | 2A | 25 | 0 | C | E8 | 3C | 45 |
| Octal | 202 | 216 | 340 | 52 | 45 | 0 | 14 | 350 | 74 | 105 |
| Binary | 10000010 | 10001110 | 11100000 | 101010 | 100101 | 0 | 1100 | 11101000 | 111100 | 1000101 |
Color Harmonies of #828EE0
Complementary color
Monochromatic Colors of #828EE0
Black with #828EE0
Text Example
Text Example
White with #828EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828EE0; }
p { color: rgb(130,142,224); }
H1.HeaderClassName
{
color: #828EE0;
}
.AnyTagClassName
{
color: #828EE0;
}
</style>
background-color css
<style>
a { background-color: #828EE0; }
a { background-color: rgb(130,142,224); }
div.DivClassName
{
background-color: #828EE0;
}
.BgClassName
{
background-color: #828EE0;
}
</style>
border-color css
<style>
span { border-color: #828EE0; }
span { border-color: rgb(130,142,224); }
td.TdClassName
{
border-color: #828EE0;
}
.TagClassName
{
border-color: #828EE0;
}
</style>