Shades of Portage #829EEF
Tints of Portage #829EEF
RGB
CMYK
RGB Variations
Color information
#829EEF (or 0x829EEF) is known color: Portage. HEX triplet: 82, 9E and EF. RGB value is (130,158,239). Sum of RGB (Red+Green+Blue) = 130+158+239=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #829EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829EEF is #7D6110. Grayscale: #9E9E9E. Windows color (decimal): -8216849 or 15703682. OLE color: 15703682.
HSL color Cylindrical-coordinate representation of color #829EEF: hue angle of 224.59º 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 #829EEF is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 158 | 239 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.06 |
| HSL | 224.59º | 0.77% | 0.72% | - |
| HSV(B) | 224.59º | 0.46% | 0.94% | - |
| XYZ | 37.01 | 35.43 | 86.55 | - |
| YUV | 158.86 | 173.22 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 158 | 239 | 0.46 | 0.34 | 0 | 0.06 | 224.59 | 0.77 | 0.72 |
| Hex | 82 | 9E | EF | 2E | 22 | 0 | 6 | E1 | 4D | 48 |
| Octal | 202 | 236 | 357 | 56 | 42 | 0 | 6 | 341 | 115 | 110 |
| Binary | 10000010 | 10011110 | 11101111 | 101110 | 100010 | 0 | 110 | 11100001 | 1001101 | 1001000 |
Color Harmonies of #829EEF
Complementary color
Monochromatic Colors of #829EEF
Black with #829EEF
Text Example
Text Example
White with #829EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829EEF; }
p { color: rgb(130,158,239); }
H1.HeaderClassName
{
color: #829EEF;
}
.AnyTagClassName
{
color: #829EEF;
}
</style>
background-color css
<style>
a { background-color: #829EEF; }
a { background-color: rgb(130,158,239); }
div.DivClassName
{
background-color: #829EEF;
}
.BgClassName
{
background-color: #829EEF;
}
</style>
border-color css
<style>
span { border-color: #829EEF; }
span { border-color: rgb(130,158,239); }
td.TdClassName
{
border-color: #829EEF;
}
.TagClassName
{
border-color: #829EEF;
}
</style>