Shades of Portage #839BE1
Tints of Portage #839BE1
RGB
CMYK
RGB Variations
Color information
#839BE1 (or 0x839BE1) is known color: Portage. HEX triplet: 83, 9B and E1. RGB value is (131,155,225). Sum of RGB (Red+Green+Blue) = 131+155+225=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #839BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BE1 is #7C641E. Grayscale: #9B9B9B. Windows color (decimal): -8152095 or 14785411. OLE color: 14785411.
HSL color Cylindrical-coordinate representation of color #839BE1: hue angle of 224.68º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #839BE1 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 155 | 225 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.12 |
| HSL | 224.68º | 0.61% | 0.7% | - |
| HSV(B) | 224.68º | 0.42% | 0.88% | - |
| XYZ | 34.67 | 33.7 | 75.91 | - |
| YUV | 155.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 225 | 0.42 | 0.31 | 0 | 0.12 | 224.68 | 0.61 | 0.7 |
| Hex | 83 | 9B | E1 | 2A | 1F | 0 | C | E1 | 3D | 46 |
| Octal | 203 | 233 | 341 | 52 | 37 | 0 | 14 | 341 | 75 | 106 |
| Binary | 10000011 | 10011011 | 11100001 | 101010 | 11111 | 0 | 1100 | 11100001 | 111101 | 1000110 |
Color Harmonies of #839BE1
Complementary color
Monochromatic Colors of #839BE1
Black with #839BE1
Text Example
Text Example
White with #839BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839BE1; }
p { color: rgb(131,155,225); }
H1.HeaderClassName
{
color: #839BE1;
}
.AnyTagClassName
{
color: #839BE1;
}
</style>
background-color css
<style>
a { background-color: #839BE1; }
a { background-color: rgb(131,155,225); }
div.DivClassName
{
background-color: #839BE1;
}
.BgClassName
{
background-color: #839BE1;
}
</style>
border-color css
<style>
span { border-color: #839BE1; }
span { border-color: rgb(131,155,225); }
td.TdClassName
{
border-color: #839BE1;
}
.TagClassName
{
border-color: #839BE1;
}
</style>