Shades of Portage #828FF7
Tints of Portage #828FF7
RGB
CMYK
RGB Variations
Color information
#828FF7 (or 0x828FF7) is known color: Portage. HEX triplet: 82, 8F and F7. RGB value is (130,143,247). Sum of RGB (Red+Green+Blue) = 130+143+247=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #828FF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828FF7 is #7D7008. Grayscale: #969696. Windows color (decimal): -8220681 or 16224130. OLE color: 16224130.
HSL color Cylindrical-coordinate representation of color #828FF7: hue angle of 233.33º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #828FF7 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 143 | 247 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.03 |
| HSL | 233.33º | 0.88% | 0.74% | - |
| HSV(B) | 233.33º | 0.47% | 0.97% | - |
| XYZ | 35.82 | 31.11 | 92.11 | - |
| YUV | 150.97 | 182.19 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 247 | 0.47 | 0.42 | 0 | 0.03 | 233.33 | 0.88 | 0.74 |
| Hex | 82 | 8F | F7 | 2F | 2A | 0 | 3 | E9 | 58 | 4A |
| Octal | 202 | 217 | 367 | 57 | 52 | 0 | 3 | 351 | 130 | 112 |
| Binary | 10000010 | 10001111 | 11110111 | 101111 | 101010 | 0 | 11 | 11101001 | 1011000 | 1001010 |
Color Harmonies of #828FF7
Complementary color
Monochromatic Colors of #828FF7
Black with #828FF7
Text Example
Text Example
White with #828FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828FF7; }
p { color: rgb(130,143,247); }
H1.HeaderClassName
{
color: #828FF7;
}
.AnyTagClassName
{
color: #828FF7;
}
</style>
background-color css
<style>
a { background-color: #828FF7; }
a { background-color: rgb(130,143,247); }
div.DivClassName
{
background-color: #828FF7;
}
.BgClassName
{
background-color: #828FF7;
}
</style>
border-color css
<style>
span { border-color: #828FF7; }
span { border-color: rgb(130,143,247); }
td.TdClassName
{
border-color: #828FF7;
}
.TagClassName
{
border-color: #828FF7;
}
</style>