Shades of Portage #828DF0
Tints of Portage #828DF0
RGB
CMYK
RGB Variations
Color information
#828DF0 (or 0x828DF0) is known color: Portage. HEX triplet: 82, 8D and F0. RGB value is (130,141,240). Sum of RGB (Red+Green+Blue) = 130+141+240=511 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.44% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #828DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828DF0 is #7D720F. Grayscale: #949494. Windows color (decimal): -8221200 or 15764866. OLE color: 15764866.
HSL color Cylindrical-coordinate representation of color #828DF0: hue angle of 234º 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 #828DF0 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 141 | 240 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.06 |
| HSL | 234º | 0.79% | 0.73% | - |
| HSV(B) | 234º | 0.46% | 0.94% | - |
| XYZ | 34.46 | 30.09 | 86.43 | - |
| YUV | 149 | 179.36 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 240 | 0.46 | 0.41 | 0 | 0.06 | 234 | 0.79 | 0.73 |
| Hex | 82 | 8D | F0 | 2E | 29 | 0 | 6 | EA | 4F | 49 |
| Octal | 202 | 215 | 360 | 56 | 51 | 0 | 6 | 352 | 117 | 111 |
| Binary | 10000010 | 10001101 | 11110000 | 101110 | 101001 | 0 | 110 | 11101010 | 1001111 | 1001001 |
Color Harmonies of #828DF0
Complementary color
Monochromatic Colors of #828DF0
Black with #828DF0
Text Example
Text Example
White with #828DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828DF0; }
p { color: rgb(130,141,240); }
H1.HeaderClassName
{
color: #828DF0;
}
.AnyTagClassName
{
color: #828DF0;
}
</style>
background-color css
<style>
a { background-color: #828DF0; }
a { background-color: rgb(130,141,240); }
div.DivClassName
{
background-color: #828DF0;
}
.BgClassName
{
background-color: #828DF0;
}
</style>
border-color css
<style>
span { border-color: #828DF0; }
span { border-color: rgb(130,141,240); }
td.TdClassName
{
border-color: #828DF0;
}
.TagClassName
{
border-color: #828DF0;
}
</style>