Shades of Portage #829BEC
Tints of Portage #829BEC
RGB
CMYK
RGB Variations
Color information
#829BEC (or 0x829BEC) is known color: Portage. HEX triplet: 82, 9B and EC. RGB value is (130,155,236). Sum of RGB (Red+Green+Blue) = 130+155+236=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #829BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829BEC is #7D6413. Grayscale: #9C9C9C. Windows color (decimal): -8217620 or 15506306. OLE color: 15506306.
HSL color Cylindrical-coordinate representation of color #829BEC: hue angle of 225.85º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #829BEC is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 155 | 236 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.07 |
| HSL | 225.85º | 0.74% | 0.72% | - |
| HSV(B) | 225.85º | 0.45% | 0.93% | - |
| XYZ | 36.07 | 34.24 | 84.07 | - |
| YUV | 156.76 | 172.72 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 236 | 0.45 | 0.34 | 0 | 0.07 | 225.85 | 0.74 | 0.72 |
| Hex | 82 | 9B | EC | 2D | 22 | 0 | 7 | E2 | 4A | 48 |
| Octal | 202 | 233 | 354 | 55 | 42 | 0 | 7 | 342 | 112 | 110 |
| Binary | 10000010 | 10011011 | 11101100 | 101101 | 100010 | 0 | 111 | 11100010 | 1001010 | 1001000 |
Color Harmonies of #829BEC
Complementary color
Monochromatic Colors of #829BEC
Black with #829BEC
Text Example
Text Example
White with #829BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BEC; }
p { color: rgb(130,155,236); }
H1.HeaderClassName
{
color: #829BEC;
}
.AnyTagClassName
{
color: #829BEC;
}
</style>
background-color css
<style>
a { background-color: #829BEC; }
a { background-color: rgb(130,155,236); }
div.DivClassName
{
background-color: #829BEC;
}
.BgClassName
{
background-color: #829BEC;
}
</style>
border-color css
<style>
span { border-color: #829BEC; }
span { border-color: rgb(130,155,236); }
td.TdClassName
{
border-color: #829BEC;
}
.TagClassName
{
border-color: #829BEC;
}
</style>