Shades of Portage #829DF3
Tints of Portage #829DF3
RGB
CMYK
RGB Variations
Color information
#829DF3 (or 0x829DF3) is known color: Portage. HEX triplet: 82, 9D and F3. RGB value is (130,157,243). Sum of RGB (Red+Green+Blue) = 130+157+243=530 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.53% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #829DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829DF3 is #7D620C. Grayscale: #9E9E9E. Windows color (decimal): -8217101 or 15965570. OLE color: 15965570.
HSL color Cylindrical-coordinate representation of color #829DF3: hue angle of 225.66º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #829DF3 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 157 | 243 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.05 |
| HSL | 225.66º | 0.82% | 0.73% | - |
| HSV(B) | 225.66º | 0.47% | 0.95% | - |
| XYZ | 37.44 | 35.33 | 89.64 | - |
| YUV | 158.73 | 175.55 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 243 | 0.47 | 0.35 | 0 | 0.05 | 225.66 | 0.82 | 0.73 |
| Hex | 82 | 9D | F3 | 2F | 23 | 0 | 5 | E2 | 52 | 49 |
| Octal | 202 | 235 | 363 | 57 | 43 | 0 | 5 | 342 | 122 | 111 |
| Binary | 10000010 | 10011101 | 11110011 | 101111 | 100011 | 0 | 101 | 11100010 | 1010010 | 1001001 |
Color Harmonies of #829DF3
Complementary color
Monochromatic Colors of #829DF3
Black with #829DF3
Text Example
Text Example
White with #829DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829DF3; }
p { color: rgb(130,157,243); }
H1.HeaderClassName
{
color: #829DF3;
}
.AnyTagClassName
{
color: #829DF3;
}
</style>
background-color css
<style>
a { background-color: #829DF3; }
a { background-color: rgb(130,157,243); }
div.DivClassName
{
background-color: #829DF3;
}
.BgClassName
{
background-color: #829DF3;
}
</style>
border-color css
<style>
span { border-color: #829DF3; }
span { border-color: rgb(130,157,243); }
td.TdClassName
{
border-color: #829DF3;
}
.TagClassName
{
border-color: #829DF3;
}
</style>