Shades of Portage #829EDA
Tints of Portage #829EDA
RGB
CMYK
RGB Variations
Color information
#829EDA (or 0x829EDA) is known color: Portage. HEX triplet: 82, 9E and DA. RGB value is (130,158,218). Sum of RGB (Red+Green+Blue) = 130+158+218=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #829EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829EDA is #7D6125. Grayscale: #9C9C9C. Windows color (decimal): -8216870 or 14327426. OLE color: 14327426.
HSL color Cylindrical-coordinate representation of color #829EDA: hue angle of 220.91º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #829EDA is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 158 | 218 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.15 |
| HSL | 220.91º | 0.54% | 0.68% | - |
| HSV(B) | 220.91º | 0.4% | 0.85% | - |
| XYZ | 34.09 | 34.26 | 71.15 | - |
| YUV | 156.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 158 | 218 | 0.40 | 0.28 | 0 | 0.15 | 220.91 | 0.54 | 0.68 |
| Hex | 82 | 9E | DA | 28 | 1C | 0 | F | DD | 36 | 44 |
| Octal | 202 | 236 | 332 | 50 | 34 | 0 | 17 | 335 | 66 | 104 |
| Binary | 10000010 | 10011110 | 11011010 | 101000 | 11100 | 0 | 1111 | 11011101 | 110110 | 1000100 |
Color Harmonies of #829EDA
Complementary color
Monochromatic Colors of #829EDA
Black with #829EDA
Text Example
Text Example
White with #829EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829EDA; }
p { color: rgb(130,158,218); }
H1.HeaderClassName
{
color: #829EDA;
}
.AnyTagClassName
{
color: #829EDA;
}
</style>
background-color css
<style>
a { background-color: #829EDA; }
a { background-color: rgb(130,158,218); }
div.DivClassName
{
background-color: #829EDA;
}
.BgClassName
{
background-color: #829EDA;
}
</style>
border-color css
<style>
span { border-color: #829EDA; }
span { border-color: rgb(130,158,218); }
td.TdClassName
{
border-color: #829EDA;
}
.TagClassName
{
border-color: #829EDA;
}
</style>