Shades of Portage #839FEB
Tints of Portage #839FEB
RGB
CMYK
RGB Variations
Color information
#839FEB (or 0x839FEB) is known color: Portage. HEX triplet: 83, 9F and EB. RGB value is (131,159,235). Sum of RGB (Red+Green+Blue) = 131+159+235=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #839FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839FEB is #7C6014. Grayscale: #9E9E9E. Windows color (decimal): -8151061 or 15441795. OLE color: 15441795.
HSL color Cylindrical-coordinate representation of color #839FEB: hue angle of 223.85º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #839FEB is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 159 | 235 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.08 |
| HSL | 223.85º | 0.72% | 0.72% | - |
| HSV(B) | 223.85º | 0.44% | 0.92% | - |
| XYZ | 36.75 | 35.62 | 83.54 | - |
| YUV | 159.29 | 170.72 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 159 | 235 | 0.44 | 0.32 | 0 | 0.08 | 223.85 | 0.72 | 0.72 |
| Hex | 83 | 9F | EB | 2C | 20 | 0 | 8 | E0 | 48 | 48 |
| Octal | 203 | 237 | 353 | 54 | 40 | 0 | 10 | 340 | 110 | 110 |
| Binary | 10000011 | 10011111 | 11101011 | 101100 | 100000 | 0 | 1000 | 11100000 | 1001000 | 1001000 |
Color Harmonies of #839FEB
Complementary color
Monochromatic Colors of #839FEB
Black with #839FEB
Text Example
Text Example
White with #839FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839FEB; }
p { color: rgb(131,159,235); }
H1.HeaderClassName
{
color: #839FEB;
}
.AnyTagClassName
{
color: #839FEB;
}
</style>
background-color css
<style>
a { background-color: #839FEB; }
a { background-color: rgb(131,159,235); }
div.DivClassName
{
background-color: #839FEB;
}
.BgClassName
{
background-color: #839FEB;
}
</style>
border-color css
<style>
span { border-color: #839FEB; }
span { border-color: rgb(131,159,235); }
td.TdClassName
{
border-color: #839FEB;
}
.TagClassName
{
border-color: #839FEB;
}
</style>