Shades of Portage #829DF4
Tints of Portage #829DF4
RGB
CMYK
RGB Variations
Color information
#829DF4 (or 0x829DF4) is known color: Portage. HEX triplet: 82, 9D and F4. RGB value is (130,157,244). Sum of RGB (Red+Green+Blue) = 130+157+244=531 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.48% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #829DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829DF4 is #7D620B. Grayscale: #9E9E9E. Windows color (decimal): -8217100 or 16031106. OLE color: 16031106.
HSL color Cylindrical-coordinate representation of color #829DF4: hue angle of 225.79º 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 #829DF4 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 157 | 244 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.04 |
| HSL | 225.79º | 0.84% | 0.73% | - |
| HSV(B) | 225.79º | 0.47% | 0.96% | - |
| XYZ | 37.59 | 35.39 | 90.44 | - |
| YUV | 158.85 | 176.05 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 244 | 0.47 | 0.36 | 0 | 0.04 | 225.79 | 0.84 | 0.73 |
| Hex | 82 | 9D | F4 | 2F | 24 | 0 | 4 | E2 | 54 | 49 |
| Octal | 202 | 235 | 364 | 57 | 44 | 0 | 4 | 342 | 124 | 111 |
| Binary | 10000010 | 10011101 | 11110100 | 101111 | 100100 | 0 | 100 | 11100010 | 1010100 | 1001001 |
Color Harmonies of #829DF4
Complementary color
Monochromatic Colors of #829DF4
Black with #829DF4
Text Example
Text Example
White with #829DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829DF4; }
p { color: rgb(130,157,244); }
H1.HeaderClassName
{
color: #829DF4;
}
.AnyTagClassName
{
color: #829DF4;
}
</style>
background-color css
<style>
a { background-color: #829DF4; }
a { background-color: rgb(130,157,244); }
div.DivClassName
{
background-color: #829DF4;
}
.BgClassName
{
background-color: #829DF4;
}
</style>
border-color css
<style>
span { border-color: #829DF4; }
span { border-color: rgb(130,157,244); }
td.TdClassName
{
border-color: #829DF4;
}
.TagClassName
{
border-color: #829DF4;
}
</style>