Shades of Portage #829BF1
Tints of Portage #829BF1
RGB
CMYK
RGB Variations
Color information
#829BF1 (or 0x829BF1) is known color: Portage. HEX triplet: 82, 9B and F1. RGB value is (130,155,241). Sum of RGB (Red+Green+Blue) = 130+155+241=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #829BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829BF1 is #7D640E. Grayscale: #9C9C9C. Windows color (decimal): -8217615 or 15833986. OLE color: 15833986.
HSL color Cylindrical-coordinate representation of color #829BF1: hue angle of 226.49º degrees, saturation: 0.8, 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 #829BF1 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 155 | 241 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.05 |
| HSL | 226.49º | 0.8% | 0.73% | - |
| HSV(B) | 226.49º | 0.46% | 0.95% | - |
| XYZ | 36.8 | 34.54 | 87.95 | - |
| YUV | 157.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 241 | 0.46 | 0.36 | 0 | 0.05 | 226.49 | 0.8 | 0.73 |
| Hex | 82 | 9B | F1 | 2E | 24 | 0 | 5 | E2 | 50 | 49 |
| Octal | 202 | 233 | 361 | 56 | 44 | 0 | 5 | 342 | 120 | 111 |
| Binary | 10000010 | 10011011 | 11110001 | 101110 | 100100 | 0 | 101 | 11100010 | 1010000 | 1001001 |
Color Harmonies of #829BF1
Complementary color
Monochromatic Colors of #829BF1
Black with #829BF1
Text Example
Text Example
White with #829BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BF1; }
p { color: rgb(130,155,241); }
H1.HeaderClassName
{
color: #829BF1;
}
.AnyTagClassName
{
color: #829BF1;
}
</style>
background-color css
<style>
a { background-color: #829BF1; }
a { background-color: rgb(130,155,241); }
div.DivClassName
{
background-color: #829BF1;
}
.BgClassName
{
background-color: #829BF1;
}
</style>
border-color css
<style>
span { border-color: #829BF1; }
span { border-color: rgb(130,155,241); }
td.TdClassName
{
border-color: #829BF1;
}
.TagClassName
{
border-color: #829BF1;
}
</style>