Shades of Portage #839BFB
Tints of Portage #839BFB
RGB
CMYK
RGB Variations
Color information
#839BFB (or 0x839BFB) is known color: Portage. HEX triplet: 83, 9B and FB. RGB value is (131,155,251). Sum of RGB (Red+Green+Blue) = 131+155+251=537 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.39% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #839BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839BFB is #7C6404. Grayscale: #9E9E9E. Windows color (decimal): -8152069 or 16489347. OLE color: 16489347.
HSL color Cylindrical-coordinate representation of color #839BFB: hue angle of 228º 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 #839BFB is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 155 | 251 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.02 |
| HSL | 228º | 0.94% | 0.75% | - |
| HSV(B) | 228º | 0.48% | 0.98% | - |
| XYZ | 38.49 | 35.23 | 96.04 | - |
| YUV | 158.77 | 180.05 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 251 | 0.48 | 0.38 | 0 | 0.02 | 228 | 0.94 | 0.75 |
| Hex | 83 | 9B | FB | 30 | 26 | 0 | 2 | E4 | 5E | 4B |
| Octal | 203 | 233 | 373 | 60 | 46 | 0 | 2 | 344 | 136 | 113 |
| Binary | 10000011 | 10011011 | 11111011 | 110000 | 100110 | 0 | 10 | 11100100 | 1011110 | 1001011 |
Color Harmonies of #839BFB
Complementary color
Monochromatic Colors of #839BFB
Black with #839BFB
Text Example
Text Example
White with #839BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839BFB; }
p { color: rgb(131,155,251); }
H1.HeaderClassName
{
color: #839BFB;
}
.AnyTagClassName
{
color: #839BFB;
}
</style>
background-color css
<style>
a { background-color: #839BFB; }
a { background-color: rgb(131,155,251); }
div.DivClassName
{
background-color: #839BFB;
}
.BgClassName
{
background-color: #839BFB;
}
</style>
border-color css
<style>
span { border-color: #839BFB; }
span { border-color: rgb(131,155,251); }
td.TdClassName
{
border-color: #839BFB;
}
.TagClassName
{
border-color: #839BFB;
}
</style>