Shades of Portage #829BEA
Tints of Portage #829BEA
RGB
CMYK
RGB Variations
Color information
#829BEA (or 0x829BEA) is known color: Portage. HEX triplet: 82, 9B and EA. RGB value is (130,155,234). Sum of RGB (Red+Green+Blue) = 130+155+234=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #829BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829BEA is #7D6415. Grayscale: #9C9C9C. Windows color (decimal): -8217622 or 15375234. OLE color: 15375234.
HSL color Cylindrical-coordinate representation of color #829BEA: hue angle of 225.58º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #829BEA is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 155 | 234 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.08 |
| HSL | 225.58º | 0.71% | 0.71% | - |
| HSV(B) | 225.58º | 0.44% | 0.92% | - |
| XYZ | 35.78 | 34.13 | 82.54 | - |
| YUV | 156.53 | 171.72 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 234 | 0.44 | 0.34 | 0 | 0.08 | 225.58 | 0.71 | 0.71 |
| Hex | 82 | 9B | EA | 2C | 22 | 0 | 8 | E2 | 47 | 47 |
| Octal | 202 | 233 | 352 | 54 | 42 | 0 | 10 | 342 | 107 | 107 |
| Binary | 10000010 | 10011011 | 11101010 | 101100 | 100010 | 0 | 1000 | 11100010 | 1000111 | 1000111 |
Color Harmonies of #829BEA
Complementary color
Monochromatic Colors of #829BEA
Black with #829BEA
Text Example
Text Example
White with #829BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BEA; }
p { color: rgb(130,155,234); }
H1.HeaderClassName
{
color: #829BEA;
}
.AnyTagClassName
{
color: #829BEA;
}
</style>
background-color css
<style>
a { background-color: #829BEA; }
a { background-color: rgb(130,155,234); }
div.DivClassName
{
background-color: #829BEA;
}
.BgClassName
{
background-color: #829BEA;
}
</style>
border-color css
<style>
span { border-color: #829BEA; }
span { border-color: rgb(130,155,234); }
td.TdClassName
{
border-color: #829BEA;
}
.TagClassName
{
border-color: #829BEA;
}
</style>