Shades of Portage #829DEF
Tints of Portage #829DEF
RGB
CMYK
RGB Variations
Color information
#829DEF (or 0x829DEF) is known color: Portage. HEX triplet: 82, 9D and EF. RGB value is (130,157,239). Sum of RGB (Red+Green+Blue) = 130+157+239=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #829DEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829DEF is #7D6210. Grayscale: #9D9D9D. Windows color (decimal): -8217105 or 15703426. OLE color: 15703426.
HSL color Cylindrical-coordinate representation of color #829DEF: hue angle of 225.14º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #829DEF is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 157 | 239 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.06 |
| HSL | 225.14º | 0.77% | 0.72% | - |
| HSV(B) | 225.14º | 0.46% | 0.94% | - |
| XYZ | 36.84 | 35.09 | 86.49 | - |
| YUV | 158.28 | 173.55 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 239 | 0.46 | 0.34 | 0 | 0.06 | 225.14 | 0.77 | 0.72 |
| Hex | 82 | 9D | EF | 2E | 22 | 0 | 6 | E1 | 4D | 48 |
| Octal | 202 | 235 | 357 | 56 | 42 | 0 | 6 | 341 | 115 | 110 |
| Binary | 10000010 | 10011101 | 11101111 | 101110 | 100010 | 0 | 110 | 11100001 | 1001101 | 1001000 |
Color Harmonies of #829DEF
Complementary color
Monochromatic Colors of #829DEF
Black with #829DEF
Text Example
Text Example
White with #829DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829DEF; }
p { color: rgb(130,157,239); }
H1.HeaderClassName
{
color: #829DEF;
}
.AnyTagClassName
{
color: #829DEF;
}
</style>
background-color css
<style>
a { background-color: #829DEF; }
a { background-color: rgb(130,157,239); }
div.DivClassName
{
background-color: #829DEF;
}
.BgClassName
{
background-color: #829DEF;
}
</style>
border-color css
<style>
span { border-color: #829DEF; }
span { border-color: rgb(130,157,239); }
td.TdClassName
{
border-color: #829DEF;
}
.TagClassName
{
border-color: #829DEF;
}
</style>