Shades of Portage #828FF0
Tints of Portage #828FF0
RGB
CMYK
RGB Variations
Color information
#828FF0 (or 0x828FF0) is known color: Portage. HEX triplet: 82, 8F and F0. RGB value is (130,143,240). Sum of RGB (Red+Green+Blue) = 130+143+240=513 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.34% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #828FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828FF0 is #7D700F. Grayscale: #959595. Windows color (decimal): -8220688 or 15765378. OLE color: 15765378.
HSL color Cylindrical-coordinate representation of color #828FF0: hue angle of 232.91º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #828FF0 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 143 | 240 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.06 |
| HSL | 232.91º | 0.79% | 0.73% | - |
| HSV(B) | 232.91º | 0.46% | 0.94% | - |
| XYZ | 34.76 | 30.68 | 86.53 | - |
| YUV | 150.17 | 178.69 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 240 | 0.46 | 0.40 | 0 | 0.06 | 232.91 | 0.79 | 0.73 |
| Hex | 82 | 8F | F0 | 2E | 28 | 0 | 6 | E9 | 4F | 49 |
| Octal | 202 | 217 | 360 | 56 | 50 | 0 | 6 | 351 | 117 | 111 |
| Binary | 10000010 | 10001111 | 11110000 | 101110 | 101000 | 0 | 110 | 11101001 | 1001111 | 1001001 |
Color Harmonies of #828FF0
Complementary color
Monochromatic Colors of #828FF0
Black with #828FF0
Text Example
Text Example
White with #828FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828FF0; }
p { color: rgb(130,143,240); }
H1.HeaderClassName
{
color: #828FF0;
}
.AnyTagClassName
{
color: #828FF0;
}
</style>
background-color css
<style>
a { background-color: #828FF0; }
a { background-color: rgb(130,143,240); }
div.DivClassName
{
background-color: #828FF0;
}
.BgClassName
{
background-color: #828FF0;
}
</style>
border-color css
<style>
span { border-color: #828FF0; }
span { border-color: rgb(130,143,240); }
td.TdClassName
{
border-color: #828FF0;
}
.TagClassName
{
border-color: #828FF0;
}
</style>