Shades of Portage #829CE7
Tints of Portage #829CE7
RGB
CMYK
RGB Variations
Color information
#829CE7 (or 0x829CE7) is known color: Portage. HEX triplet: 82, 9C and E7. RGB value is (130,156,231). Sum of RGB (Red+Green+Blue) = 130+156+231=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #829CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829CE7 is #7D6318. Grayscale: #9C9C9C. Windows color (decimal): -8217369 or 15178882. OLE color: 15178882.
HSL color Cylindrical-coordinate representation of color #829CE7: hue angle of 224.55º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #829CE7 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 156 | 231 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.09 |
| HSL | 224.55º | 0.68% | 0.71% | - |
| HSV(B) | 224.55º | 0.44% | 0.91% | - |
| XYZ | 35.52 | 34.29 | 80.35 | - |
| YUV | 156.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 231 | 0.44 | 0.32 | 0 | 0.09 | 224.55 | 0.68 | 0.71 |
| Hex | 82 | 9C | E7 | 2C | 20 | 0 | 9 | E1 | 44 | 47 |
| Octal | 202 | 234 | 347 | 54 | 40 | 0 | 11 | 341 | 104 | 107 |
| Binary | 10000010 | 10011100 | 11100111 | 101100 | 100000 | 0 | 1001 | 11100001 | 1000100 | 1000111 |
Color Harmonies of #829CE7
Complementary color
Monochromatic Colors of #829CE7
Black with #829CE7
Text Example
Text Example
White with #829CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CE7; }
p { color: rgb(130,156,231); }
H1.HeaderClassName
{
color: #829CE7;
}
.AnyTagClassName
{
color: #829CE7;
}
</style>
background-color css
<style>
a { background-color: #829CE7; }
a { background-color: rgb(130,156,231); }
div.DivClassName
{
background-color: #829CE7;
}
.BgClassName
{
background-color: #829CE7;
}
</style>
border-color css
<style>
span { border-color: #829CE7; }
span { border-color: rgb(130,156,231); }
td.TdClassName
{
border-color: #829CE7;
}
.TagClassName
{
border-color: #829CE7;
}
</style>