Shades of Portage #829CEB
Tints of Portage #829CEB
RGB
CMYK
RGB Variations
Color information
#829CEB (or 0x829CEB) is known color: Portage. HEX triplet: 82, 9C and EB. RGB value is (130,156,235). Sum of RGB (Red+Green+Blue) = 130+156+235=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #829CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829CEB is #7D6314. Grayscale: #9C9C9C. Windows color (decimal): -8217365 or 15441026. OLE color: 15441026.
HSL color Cylindrical-coordinate representation of color #829CEB: hue angle of 225.14º 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 #829CEB is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 156 | 235 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.08 |
| HSL | 225.14º | 0.72% | 0.72% | - |
| HSV(B) | 225.14º | 0.45% | 0.92% | - |
| XYZ | 36.09 | 34.52 | 83.36 | - |
| YUV | 157.23 | 171.89 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 235 | 0.45 | 0.34 | 0 | 0.08 | 225.14 | 0.72 | 0.72 |
| Hex | 82 | 9C | EB | 2D | 22 | 0 | 8 | E1 | 48 | 48 |
| Octal | 202 | 234 | 353 | 55 | 42 | 0 | 10 | 341 | 110 | 110 |
| Binary | 10000010 | 10011100 | 11101011 | 101101 | 100010 | 0 | 1000 | 11100001 | 1001000 | 1001000 |
Color Harmonies of #829CEB
Complementary color
Monochromatic Colors of #829CEB
Black with #829CEB
Text Example
Text Example
White with #829CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CEB; }
p { color: rgb(130,156,235); }
H1.HeaderClassName
{
color: #829CEB;
}
.AnyTagClassName
{
color: #829CEB;
}
</style>
background-color css
<style>
a { background-color: #829CEB; }
a { background-color: rgb(130,156,235); }
div.DivClassName
{
background-color: #829CEB;
}
.BgClassName
{
background-color: #829CEB;
}
</style>
border-color css
<style>
span { border-color: #829CEB; }
span { border-color: rgb(130,156,235); }
td.TdClassName
{
border-color: #829CEB;
}
.TagClassName
{
border-color: #829CEB;
}
</style>