Shades of Portage #828FEC
Tints of Portage #828FEC
RGB
CMYK
RGB Variations
Color information
#828FEC (or 0x828FEC) is known color: Portage. HEX triplet: 82, 8F and EC. RGB value is (130,143,236). Sum of RGB (Red+Green+Blue) = 130+143+236=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #828FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828FEC is #7D7013. Grayscale: #959595. Windows color (decimal): -8220692 or 15503234. OLE color: 15503234.
HSL color Cylindrical-coordinate representation of color #828FEC: hue angle of 232.64º degrees, saturation: 0.74, 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 #828FEC is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 143 | 236 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.07 |
| HSL | 232.64º | 0.74% | 0.72% | - |
| HSV(B) | 232.64º | 0.45% | 0.93% | - |
| XYZ | 34.17 | 30.45 | 83.43 | - |
| YUV | 149.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 236 | 0.45 | 0.39 | 0 | 0.07 | 232.64 | 0.74 | 0.72 |
| Hex | 82 | 8F | EC | 2D | 27 | 0 | 7 | E9 | 4A | 48 |
| Octal | 202 | 217 | 354 | 55 | 47 | 0 | 7 | 351 | 112 | 110 |
| Binary | 10000010 | 10001111 | 11101100 | 101101 | 100111 | 0 | 111 | 11101001 | 1001010 | 1001000 |
Color Harmonies of #828FEC
Complementary color
Monochromatic Colors of #828FEC
Black with #828FEC
Text Example
Text Example
White with #828FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828FEC; }
p { color: rgb(130,143,236); }
H1.HeaderClassName
{
color: #828FEC;
}
.AnyTagClassName
{
color: #828FEC;
}
</style>
background-color css
<style>
a { background-color: #828FEC; }
a { background-color: rgb(130,143,236); }
div.DivClassName
{
background-color: #828FEC;
}
.BgClassName
{
background-color: #828FEC;
}
</style>
border-color css
<style>
span { border-color: #828FEC; }
span { border-color: rgb(130,143,236); }
td.TdClassName
{
border-color: #828FEC;
}
.TagClassName
{
border-color: #828FEC;
}
</style>