Shades of Portage #828ED8
Tints of Portage #828ED8
RGB
CMYK
RGB Variations
Color information
#828ED8 (or 0x828ED8) is known color: Portage. HEX triplet: 82, 8E and D8. RGB value is (130,142,216). Sum of RGB (Red+Green+Blue) = 130+142+216=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #828ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ED8 is #7D7127. Grayscale: #929292. Windows color (decimal): -8220968 or 14192258. OLE color: 14192258.
HSL color Cylindrical-coordinate representation of color #828ED8: hue angle of 231.63º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #828ED8 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 142 | 216 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.15 |
| HSL | 231.63º | 0.52% | 0.68% | - |
| HSV(B) | 231.63º | 0.4% | 0.85% | - |
| XYZ | 31.27 | 29.05 | 68.92 | - |
| YUV | 146.85 | 167.02 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 216 | 0.40 | 0.34 | 0 | 0.15 | 231.63 | 0.52 | 0.68 |
| Hex | 82 | 8E | D8 | 28 | 22 | 0 | F | E8 | 34 | 44 |
| Octal | 202 | 216 | 330 | 50 | 42 | 0 | 17 | 350 | 64 | 104 |
| Binary | 10000010 | 10001110 | 11011000 | 101000 | 100010 | 0 | 1111 | 11101000 | 110100 | 1000100 |
Color Harmonies of #828ED8
Complementary color
Monochromatic Colors of #828ED8
Black with #828ED8
Text Example
Text Example
White with #828ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828ED8; }
p { color: rgb(130,142,216); }
H1.HeaderClassName
{
color: #828ED8;
}
.AnyTagClassName
{
color: #828ED8;
}
</style>
background-color css
<style>
a { background-color: #828ED8; }
a { background-color: rgb(130,142,216); }
div.DivClassName
{
background-color: #828ED8;
}
.BgClassName
{
background-color: #828ED8;
}
</style>
border-color css
<style>
span { border-color: #828ED8; }
span { border-color: rgb(130,142,216); }
td.TdClassName
{
border-color: #828ED8;
}
.TagClassName
{
border-color: #828ED8;
}
</style>