Shades of Portage #829CEF
Tints of Portage #829CEF
RGB
CMYK
RGB Variations
Color information
#829CEF (or 0x829CEF) is known color: Portage. HEX triplet: 82, 9C and EF. RGB value is (130,156,239). Sum of RGB (Red+Green+Blue) = 130+156+239=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #829CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829CEF is #7D6310. Grayscale: #9D9D9D. Windows color (decimal): -8217361 or 15703170. OLE color: 15703170.
HSL color Cylindrical-coordinate representation of color #829CEF: hue angle of 225.69º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #829CEF is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 156 | 239 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.06 |
| HSL | 225.69º | 0.77% | 0.72% | - |
| HSV(B) | 225.69º | 0.46% | 0.94% | - |
| XYZ | 36.67 | 34.75 | 86.44 | - |
| YUV | 157.69 | 173.89 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 239 | 0.46 | 0.35 | 0 | 0.06 | 225.69 | 0.77 | 0.72 |
| Hex | 82 | 9C | EF | 2E | 23 | 0 | 6 | E2 | 4D | 48 |
| Octal | 202 | 234 | 357 | 56 | 43 | 0 | 6 | 342 | 115 | 110 |
| Binary | 10000010 | 10011100 | 11101111 | 101110 | 100011 | 0 | 110 | 11100010 | 1001101 | 1001000 |
Color Harmonies of #829CEF
Complementary color
Monochromatic Colors of #829CEF
Black with #829CEF
Text Example
Text Example
White with #829CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CEF; }
p { color: rgb(130,156,239); }
H1.HeaderClassName
{
color: #829CEF;
}
.AnyTagClassName
{
color: #829CEF;
}
</style>
background-color css
<style>
a { background-color: #829CEF; }
a { background-color: rgb(130,156,239); }
div.DivClassName
{
background-color: #829CEF;
}
.BgClassName
{
background-color: #829CEF;
}
</style>
border-color css
<style>
span { border-color: #829CEF; }
span { border-color: rgb(130,156,239); }
td.TdClassName
{
border-color: #829CEF;
}
.TagClassName
{
border-color: #829CEF;
}
</style>