Shades of Portage #829BED
Tints of Portage #829BED
RGB
CMYK
RGB Variations
Color information
#829BED (or 0x829BED) is known color: Portage. HEX triplet: 82, 9B and ED. RGB value is (130,155,237). Sum of RGB (Red+Green+Blue) = 130+155+237=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #829BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829BED is #7D6412. Grayscale: #9C9C9C. Windows color (decimal): -8217619 or 15571842. OLE color: 15571842.
HSL color Cylindrical-coordinate representation of color #829BED: hue angle of 225.98º degrees, saturation: 0.75, 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 #829BED is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 155 | 237 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.07 |
| HSL | 225.98º | 0.75% | 0.72% | - |
| HSV(B) | 225.98º | 0.45% | 0.93% | - |
| XYZ | 36.21 | 34.3 | 84.83 | - |
| YUV | 156.87 | 173.22 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 237 | 0.45 | 0.35 | 0 | 0.07 | 225.98 | 0.75 | 0.72 |
| Hex | 82 | 9B | ED | 2D | 23 | 0 | 7 | E2 | 4B | 48 |
| Octal | 202 | 233 | 355 | 55 | 43 | 0 | 7 | 342 | 113 | 110 |
| Binary | 10000010 | 10011011 | 11101101 | 101101 | 100011 | 0 | 111 | 11100010 | 1001011 | 1001000 |
Color Harmonies of #829BED
Complementary color
Monochromatic Colors of #829BED
Black with #829BED
Text Example
Text Example
White with #829BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BED; }
p { color: rgb(130,155,237); }
H1.HeaderClassName
{
color: #829BED;
}
.AnyTagClassName
{
color: #829BED;
}
</style>
background-color css
<style>
a { background-color: #829BED; }
a { background-color: rgb(130,155,237); }
div.DivClassName
{
background-color: #829BED;
}
.BgClassName
{
background-color: #829BED;
}
</style>
border-color css
<style>
span { border-color: #829BED; }
span { border-color: rgb(130,155,237); }
td.TdClassName
{
border-color: #829BED;
}
.TagClassName
{
border-color: #829BED;
}
</style>