Shades of Portage #829EF4
Tints of Portage #829EF4
RGB
CMYK
RGB Variations
Color information
#829EF4 (or 0x829EF4) is known color: Portage. HEX triplet: 82, 9E and F4. RGB value is (130,158,244). Sum of RGB (Red+Green+Blue) = 130+158+244=532 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.44% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 244 (95.70% from 255 or 45.86% from 532); Max value from RGB is 244 - color contains mainly: blue. Hex color #829EF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829EF4 is #7D610B. Grayscale: #9F9F9F. Windows color (decimal): -8216844 or 16031362. OLE color: 16031362.
HSL color Cylindrical-coordinate representation of color #829EF4: hue angle of 225.26º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #829EF4 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 158 | 244 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.04 |
| HSL | 225.26º | 0.84% | 0.73% | - |
| HSV(B) | 225.26º | 0.47% | 0.96% | - |
| XYZ | 37.76 | 35.73 | 90.49 | - |
| YUV | 159.43 | 175.72 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 158 | 244 | 0.47 | 0.35 | 0 | 0.04 | 225.26 | 0.84 | 0.73 |
| Hex | 82 | 9E | F4 | 2F | 23 | 0 | 4 | E1 | 54 | 49 |
| Octal | 202 | 236 | 364 | 57 | 43 | 0 | 4 | 341 | 124 | 111 |
| Binary | 10000010 | 10011110 | 11110100 | 101111 | 100011 | 0 | 100 | 11100001 | 1010100 | 1001001 |
Color Harmonies of #829EF4
Complementary color
Monochromatic Colors of #829EF4
Black with #829EF4
Text Example
Text Example
White with #829EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829EF4; }
p { color: rgb(130,158,244); }
H1.HeaderClassName
{
color: #829EF4;
}
.AnyTagClassName
{
color: #829EF4;
}
</style>
background-color css
<style>
a { background-color: #829EF4; }
a { background-color: rgb(130,158,244); }
div.DivClassName
{
background-color: #829EF4;
}
.BgClassName
{
background-color: #829EF4;
}
</style>
border-color css
<style>
span { border-color: #829EF4; }
span { border-color: rgb(130,158,244); }
td.TdClassName
{
border-color: #829EF4;
}
.TagClassName
{
border-color: #829EF4;
}
</style>