Shades of Portage #839DF2
Tints of Portage #839DF2
RGB
CMYK
RGB Variations
Color information
#839DF2 (or 0x839DF2) is known color: Portage. HEX triplet: 83, 9D and F2. RGB value is (131,157,242). Sum of RGB (Red+Green+Blue) = 131+157+242=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #839DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839DF2 is #7C620D. Grayscale: #9E9E9E. Windows color (decimal): -8151566 or 15900035. OLE color: 15900035.
HSL color Cylindrical-coordinate representation of color #839DF2: hue angle of 225.95º 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 #839DF2 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 157 | 242 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.05 |
| HSL | 225.95º | 0.81% | 0.73% | - |
| HSV(B) | 225.95º | 0.46% | 0.95% | - |
| XYZ | 37.44 | 35.35 | 88.85 | - |
| YUV | 158.92 | 174.89 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 242 | 0.46 | 0.35 | 0 | 0.05 | 225.95 | 0.81 | 0.73 |
| Hex | 83 | 9D | F2 | 2E | 23 | 0 | 5 | E2 | 51 | 49 |
| Octal | 203 | 235 | 362 | 56 | 43 | 0 | 5 | 342 | 121 | 111 |
| Binary | 10000011 | 10011101 | 11110010 | 101110 | 100011 | 0 | 101 | 11100010 | 1010001 | 1001001 |
Color Harmonies of #839DF2
Complementary color
Monochromatic Colors of #839DF2
Black with #839DF2
Text Example
Text Example
White with #839DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839DF2; }
p { color: rgb(131,157,242); }
H1.HeaderClassName
{
color: #839DF2;
}
.AnyTagClassName
{
color: #839DF2;
}
</style>
background-color css
<style>
a { background-color: #839DF2; }
a { background-color: rgb(131,157,242); }
div.DivClassName
{
background-color: #839DF2;
}
.BgClassName
{
background-color: #839DF2;
}
</style>
border-color css
<style>
span { border-color: #839DF2; }
span { border-color: rgb(131,157,242); }
td.TdClassName
{
border-color: #839DF2;
}
.TagClassName
{
border-color: #839DF2;
}
</style>