Shades of Portage #829CF2
Tints of Portage #829CF2
RGB
CMYK
RGB Variations
Color information
#829CF2 (or 0x829CF2) is known color: Portage. HEX triplet: 82, 9C and F2. RGB value is (130,156,242). Sum of RGB (Red+Green+Blue) = 130+156+242=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #829CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829CF2 is #7D630D. Grayscale: #9D9D9D. Windows color (decimal): -8217358 or 15899778. OLE color: 15899778.
HSL color Cylindrical-coordinate representation of color #829CF2: hue angle of 226.07º 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 #829CF2 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 156 | 242 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.05 |
| HSL | 226.07º | 0.81% | 0.73% | - |
| HSV(B) | 226.07º | 0.46% | 0.95% | - |
| XYZ | 37.12 | 34.93 | 88.79 | - |
| YUV | 158.03 | 175.39 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 242 | 0.46 | 0.36 | 0 | 0.05 | 226.07 | 0.81 | 0.73 |
| Hex | 82 | 9C | F2 | 2E | 24 | 0 | 5 | E2 | 51 | 49 |
| Octal | 202 | 234 | 362 | 56 | 44 | 0 | 5 | 342 | 121 | 111 |
| Binary | 10000010 | 10011100 | 11110010 | 101110 | 100100 | 0 | 101 | 11100010 | 1010001 | 1001001 |
Color Harmonies of #829CF2
Complementary color
Monochromatic Colors of #829CF2
Black with #829CF2
Text Example
Text Example
White with #829CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CF2; }
p { color: rgb(130,156,242); }
H1.HeaderClassName
{
color: #829CF2;
}
.AnyTagClassName
{
color: #829CF2;
}
</style>
background-color css
<style>
a { background-color: #829CF2; }
a { background-color: rgb(130,156,242); }
div.DivClassName
{
background-color: #829CF2;
}
.BgClassName
{
background-color: #829CF2;
}
</style>
border-color css
<style>
span { border-color: #829CF2; }
span { border-color: rgb(130,156,242); }
td.TdClassName
{
border-color: #829CF2;
}
.TagClassName
{
border-color: #829CF2;
}
</style>