Shades of Portage #828AF2
Tints of Portage #828AF2
RGB
CMYK
RGB Variations
Color information
#828AF2 (or 0x828AF2) is known color: Portage. HEX triplet: 82, 8A and F2. RGB value is (130,138,242). Sum of RGB (Red+Green+Blue) = 130+138+242=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #828AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828AF2 is #7D750D. Grayscale: #939393. Windows color (decimal): -8221966 or 15895170. OLE color: 15895170.
HSL color Cylindrical-coordinate representation of color #828AF2: hue angle of 235.71º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #828AF2 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 138 | 242 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.05 |
| HSL | 235.71º | 0.81% | 0.73% | - |
| HSV(B) | 235.71º | 0.46% | 0.95% | - |
| XYZ | 34.32 | 29.33 | 87.86 | - |
| YUV | 147.46 | 181.35 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 242 | 0.46 | 0.43 | 0 | 0.05 | 235.71 | 0.81 | 0.73 |
| Hex | 82 | 8A | F2 | 2E | 2B | 0 | 5 | EC | 51 | 49 |
| Octal | 202 | 212 | 362 | 56 | 53 | 0 | 5 | 354 | 121 | 111 |
| Binary | 10000010 | 10001010 | 11110010 | 101110 | 101011 | 0 | 101 | 11101100 | 1010001 | 1001001 |
Color Harmonies of #828AF2
Complementary color
Monochromatic Colors of #828AF2
Black with #828AF2
Text Example
Text Example
White with #828AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828AF2; }
p { color: rgb(130,138,242); }
H1.HeaderClassName
{
color: #828AF2;
}
.AnyTagClassName
{
color: #828AF2;
}
</style>
background-color css
<style>
a { background-color: #828AF2; }
a { background-color: rgb(130,138,242); }
div.DivClassName
{
background-color: #828AF2;
}
.BgClassName
{
background-color: #828AF2;
}
</style>
border-color css
<style>
span { border-color: #828AF2; }
span { border-color: rgb(130,138,242); }
td.TdClassName
{
border-color: #828AF2;
}
.TagClassName
{
border-color: #828AF2;
}
</style>