Shades of Portage #829AF3
Tints of Portage #829AF3
RGB
CMYK
RGB Variations
Color information
#829AF3 (or 0x829AF3) is known color: Portage. HEX triplet: 82, 9A and F3. RGB value is (130,154,243). Sum of RGB (Red+Green+Blue) = 130+154+243=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #829AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829AF3 is #7D650C. Grayscale: #9C9C9C. Windows color (decimal): -8217869 or 15964802. OLE color: 15964802.
HSL color Cylindrical-coordinate representation of color #829AF3: hue angle of 227.26º 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 #829AF3 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 154 | 243 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.05 |
| HSL | 227.26º | 0.82% | 0.73% | - |
| HSV(B) | 227.26º | 0.47% | 0.95% | - |
| XYZ | 36.94 | 34.33 | 89.47 | - |
| YUV | 156.97 | 176.55 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 154 | 243 | 0.47 | 0.37 | 0 | 0.05 | 227.26 | 0.82 | 0.73 |
| Hex | 82 | 9A | F3 | 2F | 25 | 0 | 5 | E3 | 52 | 49 |
| Octal | 202 | 232 | 363 | 57 | 45 | 0 | 5 | 343 | 122 | 111 |
| Binary | 10000010 | 10011010 | 11110011 | 101111 | 100101 | 0 | 101 | 11100011 | 1010010 | 1001001 |
Color Harmonies of #829AF3
Complementary color
Monochromatic Colors of #829AF3
Black with #829AF3
Text Example
Text Example
White with #829AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829AF3; }
p { color: rgb(130,154,243); }
H1.HeaderClassName
{
color: #829AF3;
}
.AnyTagClassName
{
color: #829AF3;
}
</style>
background-color css
<style>
a { background-color: #829AF3; }
a { background-color: rgb(130,154,243); }
div.DivClassName
{
background-color: #829AF3;
}
.BgClassName
{
background-color: #829AF3;
}
</style>
border-color css
<style>
span { border-color: #829AF3; }
span { border-color: rgb(130,154,243); }
td.TdClassName
{
border-color: #829AF3;
}
.TagClassName
{
border-color: #829AF3;
}
</style>