Shades of Portage #839DFB
Tints of Portage #839DFB
RGB
CMYK
RGB Variations
Color information
#839DFB (or 0x839DFB) is known color: Portage. HEX triplet: 83, 9D and FB. RGB value is (131,157,251). Sum of RGB (Red+Green+Blue) = 131+157+251=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #839DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839DFB is #7C6204. Grayscale: #9F9F9F. Windows color (decimal): -8151557 or 16489859. OLE color: 16489859.
HSL color Cylindrical-coordinate representation of color #839DFB: hue angle of 227º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #839DFB is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 157 | 251 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.02 |
| HSL | 227º | 0.94% | 0.75% | - |
| HSV(B) | 227º | 0.48% | 0.98% | - |
| XYZ | 38.83 | 35.9 | 96.15 | - |
| YUV | 159.94 | 179.39 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 251 | 0.48 | 0.37 | 0 | 0.02 | 227 | 0.94 | 0.75 |
| Hex | 83 | 9D | FB | 30 | 25 | 0 | 2 | E3 | 5E | 4B |
| Octal | 203 | 235 | 373 | 60 | 45 | 0 | 2 | 343 | 136 | 113 |
| Binary | 10000011 | 10011101 | 11111011 | 110000 | 100101 | 0 | 10 | 11100011 | 1011110 | 1001011 |
Color Harmonies of #839DFB
Complementary color
Monochromatic Colors of #839DFB
Black with #839DFB
Text Example
Text Example
White with #839DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839DFB; }
p { color: rgb(131,157,251); }
H1.HeaderClassName
{
color: #839DFB;
}
.AnyTagClassName
{
color: #839DFB;
}
</style>
background-color css
<style>
a { background-color: #839DFB; }
a { background-color: rgb(131,157,251); }
div.DivClassName
{
background-color: #839DFB;
}
.BgClassName
{
background-color: #839DFB;
}
</style>
border-color css
<style>
span { border-color: #839DFB; }
span { border-color: rgb(131,157,251); }
td.TdClassName
{
border-color: #839DFB;
}
.TagClassName
{
border-color: #839DFB;
}
</style>