Shades of Portage #829BE1
Tints of Portage #829BE1
RGB
CMYK
RGB Variations
Color information
#829BE1 (or 0x829BE1) is known color: Portage. HEX triplet: 82, 9B and E1. RGB value is (130,155,225). Sum of RGB (Red+Green+Blue) = 130+155+225=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #829BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BE1 is #7D641E. Grayscale: #9B9B9B. Windows color (decimal): -8217631 or 14785410. OLE color: 14785410.
HSL color Cylindrical-coordinate representation of color #829BE1: hue angle of 224.21º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #829BE1 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 155 | 225 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.12 |
| HSL | 224.21º | 0.61% | 0.7% | - |
| HSV(B) | 224.21º | 0.42% | 0.88% | - |
| XYZ | 34.52 | 33.62 | 75.91 | - |
| YUV | 155.51 | 167.22 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 225 | 0.42 | 0.31 | 0 | 0.12 | 224.21 | 0.61 | 0.7 |
| Hex | 82 | 9B | E1 | 2A | 1F | 0 | C | E0 | 3D | 46 |
| Octal | 202 | 233 | 341 | 52 | 37 | 0 | 14 | 340 | 75 | 106 |
| Binary | 10000010 | 10011011 | 11100001 | 101010 | 11111 | 0 | 1100 | 11100000 | 111101 | 1000110 |
Color Harmonies of #829BE1
Complementary color
Monochromatic Colors of #829BE1
Black with #829BE1
Text Example
Text Example
White with #829BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BE1; }
p { color: rgb(130,155,225); }
H1.HeaderClassName
{
color: #829BE1;
}
.AnyTagClassName
{
color: #829BE1;
}
</style>
background-color css
<style>
a { background-color: #829BE1; }
a { background-color: rgb(130,155,225); }
div.DivClassName
{
background-color: #829BE1;
}
.BgClassName
{
background-color: #829BE1;
}
</style>
border-color css
<style>
span { border-color: #829BE1; }
span { border-color: rgb(130,155,225); }
td.TdClassName
{
border-color: #829BE1;
}
.TagClassName
{
border-color: #829BE1;
}
</style>