Shades of Portage #839FF2
Tints of Portage #839FF2
RGB
CMYK
RGB Variations
Color information
#839FF2 (or 0x839FF2) is known color: Portage. HEX triplet: 83, 9F and F2. RGB value is (131,159,242). Sum of RGB (Red+Green+Blue) = 131+159+242=532 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.62% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #839FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839FF2 is #7C600D. Grayscale: #9F9F9F. Windows color (decimal): -8151054 or 15900547. OLE color: 15900547.
HSL color Cylindrical-coordinate representation of color #839FF2: hue angle of 224.86º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #839FF2 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 159 | 242 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.05 |
| HSL | 224.86º | 0.81% | 0.73% | - |
| HSV(B) | 224.86º | 0.46% | 0.95% | - |
| XYZ | 37.79 | 36.03 | 88.97 | - |
| YUV | 160.09 | 174.22 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 159 | 242 | 0.46 | 0.34 | 0 | 0.05 | 224.86 | 0.81 | 0.73 |
| Hex | 83 | 9F | F2 | 2E | 22 | 0 | 5 | E1 | 51 | 49 |
| Octal | 203 | 237 | 362 | 56 | 42 | 0 | 5 | 341 | 121 | 111 |
| Binary | 10000011 | 10011111 | 11110010 | 101110 | 100010 | 0 | 101 | 11100001 | 1010001 | 1001001 |
Color Harmonies of #839FF2
Complementary color
Monochromatic Colors of #839FF2
Black with #839FF2
Text Example
Text Example
White with #839FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839FF2; }
p { color: rgb(131,159,242); }
H1.HeaderClassName
{
color: #839FF2;
}
.AnyTagClassName
{
color: #839FF2;
}
</style>
background-color css
<style>
a { background-color: #839FF2; }
a { background-color: rgb(131,159,242); }
div.DivClassName
{
background-color: #839FF2;
}
.BgClassName
{
background-color: #839FF2;
}
</style>
border-color css
<style>
span { border-color: #839FF2; }
span { border-color: rgb(131,159,242); }
td.TdClassName
{
border-color: #839FF2;
}
.TagClassName
{
border-color: #839FF2;
}
</style>