Shades of Portage #829BEB
Tints of Portage #829BEB
RGB
CMYK
RGB Variations
Color information
#829BEB (or 0x829BEB) is known color: Portage. HEX triplet: 82, 9B and EB. RGB value is (130,155,235). Sum of RGB (Red+Green+Blue) = 130+155+235=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #829BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829BEB is #7D6414. Grayscale: #9C9C9C. Windows color (decimal): -8217621 or 15440770. OLE color: 15440770.
HSL color Cylindrical-coordinate representation of color #829BEB: hue angle of 225.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #829BEB is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 155 | 235 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.08 |
| HSL | 225.71º | 0.72% | 0.72% | - |
| HSV(B) | 225.71º | 0.45% | 0.92% | - |
| XYZ | 35.92 | 34.19 | 83.3 | - |
| YUV | 156.65 | 172.22 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 235 | 0.45 | 0.34 | 0 | 0.08 | 225.71 | 0.72 | 0.72 |
| Hex | 82 | 9B | EB | 2D | 22 | 0 | 8 | E2 | 48 | 48 |
| Octal | 202 | 233 | 353 | 55 | 42 | 0 | 10 | 342 | 110 | 110 |
| Binary | 10000010 | 10011011 | 11101011 | 101101 | 100010 | 0 | 1000 | 11100010 | 1001000 | 1001000 |
Color Harmonies of #829BEB
Complementary color
Monochromatic Colors of #829BEB
Black with #829BEB
Text Example
Text Example
White with #829BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BEB; }
p { color: rgb(130,155,235); }
H1.HeaderClassName
{
color: #829BEB;
}
.AnyTagClassName
{
color: #829BEB;
}
</style>
background-color css
<style>
a { background-color: #829BEB; }
a { background-color: rgb(130,155,235); }
div.DivClassName
{
background-color: #829BEB;
}
.BgClassName
{
background-color: #829BEB;
}
</style>
border-color css
<style>
span { border-color: #829BEB; }
span { border-color: rgb(130,155,235); }
td.TdClassName
{
border-color: #829BEB;
}
.TagClassName
{
border-color: #829BEB;
}
</style>