Shades of Portage #828EF3
Tints of Portage #828EF3
RGB
CMYK
RGB Variations
Color information
#828EF3 (or 0x828EF3) is known color: Portage. HEX triplet: 82, 8E and F3. RGB value is (130,142,243). Sum of RGB (Red+Green+Blue) = 130+142+243=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 243 - color contains mainly: blue. Hex color #828EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828EF3 is #7D710C. Grayscale: #959595. Windows color (decimal): -8220941 or 15961730. OLE color: 15961730.
HSL color Cylindrical-coordinate representation of color #828EF3: hue angle of 233.63º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #828EF3 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 142 | 243 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.05 |
| HSL | 233.63º | 0.82% | 0.73% | - |
| HSV(B) | 233.63º | 0.47% | 0.95% | - |
| XYZ | 35.06 | 30.56 | 88.85 | - |
| YUV | 149.93 | 180.52 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 243 | 0.47 | 0.42 | 0 | 0.05 | 233.63 | 0.82 | 0.73 |
| Hex | 82 | 8E | F3 | 2F | 2A | 0 | 5 | EA | 52 | 49 |
| Octal | 202 | 216 | 363 | 57 | 52 | 0 | 5 | 352 | 122 | 111 |
| Binary | 10000010 | 10001110 | 11110011 | 101111 | 101010 | 0 | 101 | 11101010 | 1010010 | 1001001 |
Color Harmonies of #828EF3
Complementary color
Monochromatic Colors of #828EF3
Black with #828EF3
Text Example
Text Example
White with #828EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828EF3; }
p { color: rgb(130,142,243); }
H1.HeaderClassName
{
color: #828EF3;
}
.AnyTagClassName
{
color: #828EF3;
}
</style>
background-color css
<style>
a { background-color: #828EF3; }
a { background-color: rgb(130,142,243); }
div.DivClassName
{
background-color: #828EF3;
}
.BgClassName
{
background-color: #828EF3;
}
</style>
border-color css
<style>
span { border-color: #828EF3; }
span { border-color: rgb(130,142,243); }
td.TdClassName
{
border-color: #828EF3;
}
.TagClassName
{
border-color: #828EF3;
}
</style>