Shades of Portage #828EDC
Tints of Portage #828EDC
RGB
CMYK
RGB Variations
Color information
#828EDC (or 0x828EDC) is known color: Portage. HEX triplet: 82, 8E and DC. RGB value is (130,142,220). Sum of RGB (Red+Green+Blue) = 130+142+220=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #828EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EDC is #7D7123. Grayscale: #929292. Windows color (decimal): -8220964 or 14454402. OLE color: 14454402.
HSL color Cylindrical-coordinate representation of color #828EDC: hue angle of 232º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #828EDC is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 142 | 220 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.14 |
| HSL | 232º | 0.56% | 0.69% | - |
| HSV(B) | 232º | 0.41% | 0.86% | - |
| XYZ | 31.8 | 29.26 | 71.68 | - |
| YUV | 147.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 220 | 0.41 | 0.35 | 0 | 0.14 | 232 | 0.56 | 0.69 |
| Hex | 82 | 8E | DC | 29 | 23 | 0 | E | E8 | 38 | 45 |
| Octal | 202 | 216 | 334 | 51 | 43 | 0 | 16 | 350 | 70 | 105 |
| Binary | 10000010 | 10001110 | 11011100 | 101001 | 100011 | 0 | 1110 | 11101000 | 111000 | 1000101 |
Color Harmonies of #828EDC
Complementary color
Monochromatic Colors of #828EDC
Black with #828EDC
Text Example
Text Example
White with #828EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828EDC; }
p { color: rgb(130,142,220); }
H1.HeaderClassName
{
color: #828EDC;
}
.AnyTagClassName
{
color: #828EDC;
}
</style>
background-color css
<style>
a { background-color: #828EDC; }
a { background-color: rgb(130,142,220); }
div.DivClassName
{
background-color: #828EDC;
}
.BgClassName
{
background-color: #828EDC;
}
</style>
border-color css
<style>
span { border-color: #828EDC; }
span { border-color: rgb(130,142,220); }
td.TdClassName
{
border-color: #828EDC;
}
.TagClassName
{
border-color: #828EDC;
}
</style>