Shades of Portage #829DF8
Tints of Portage #829DF8
RGB
CMYK
RGB Variations
Color information
#829DF8 (or 0x829DF8) is known color: Portage. HEX triplet: 82, 9D and F8. RGB value is (130,157,248). Sum of RGB (Red+Green+Blue) = 130+157+248=535 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.30% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #829DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829DF8 is #7D6207. Grayscale: #9E9E9E. Windows color (decimal): -8217096 or 16293250. OLE color: 16293250.
HSL color Cylindrical-coordinate representation of color #829DF8: hue angle of 226.27º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #829DF8 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 157 | 248 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.03 |
| HSL | 226.27º | 0.89% | 0.74% | - |
| HSV(B) | 226.27º | 0.48% | 0.97% | - |
| XYZ | 38.21 | 35.64 | 93.67 | - |
| YUV | 159.3 | 178.05 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 248 | 0.48 | 0.37 | 0 | 0.03 | 226.27 | 0.89 | 0.74 |
| Hex | 82 | 9D | F8 | 30 | 25 | 0 | 3 | E2 | 59 | 4A |
| Octal | 202 | 235 | 370 | 60 | 45 | 0 | 3 | 342 | 131 | 112 |
| Binary | 10000010 | 10011101 | 11111000 | 110000 | 100101 | 0 | 11 | 11100010 | 1011001 | 1001010 |
Color Harmonies of #829DF8
Complementary color
Monochromatic Colors of #829DF8
Black with #829DF8
Text Example
Text Example
White with #829DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829DF8; }
p { color: rgb(130,157,248); }
H1.HeaderClassName
{
color: #829DF8;
}
.AnyTagClassName
{
color: #829DF8;
}
</style>
background-color css
<style>
a { background-color: #829DF8; }
a { background-color: rgb(130,157,248); }
div.DivClassName
{
background-color: #829DF8;
}
.BgClassName
{
background-color: #829DF8;
}
</style>
border-color css
<style>
span { border-color: #829DF8; }
span { border-color: rgb(130,157,248); }
td.TdClassName
{
border-color: #829DF8;
}
.TagClassName
{
border-color: #829DF8;
}
</style>