Shades of Portage #839DE1
Tints of Portage #839DE1
RGB
CMYK
RGB Variations
Color information
#839DE1 (or 0x839DE1) is known color: Portage. HEX triplet: 83, 9D and E1. RGB value is (131,157,225). Sum of RGB (Red+Green+Blue) = 131+157+225=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #839DE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DE1 is #7C621E. Grayscale: #9C9C9C. Windows color (decimal): -8151583 or 14785923. OLE color: 14785923.
HSL color Cylindrical-coordinate representation of color #839DE1: hue angle of 223.4º 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 #839DE1 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 157 | 225 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.12 |
| HSL | 223.4º | 0.61% | 0.7% | - |
| HSV(B) | 223.4º | 0.42% | 0.88% | - |
| XYZ | 35.01 | 34.38 | 76.02 | - |
| YUV | 156.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 225 | 0.42 | 0.30 | 0 | 0.12 | 223.4 | 0.61 | 0.7 |
| Hex | 83 | 9D | E1 | 2A | 1E | 0 | C | DF | 3D | 46 |
| Octal | 203 | 235 | 341 | 52 | 36 | 0 | 14 | 337 | 75 | 106 |
| Binary | 10000011 | 10011101 | 11100001 | 101010 | 11110 | 0 | 1100 | 11011111 | 111101 | 1000110 |
Color Harmonies of #839DE1
Complementary color
Monochromatic Colors of #839DE1
Black with #839DE1
Text Example
Text Example
White with #839DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839DE1; }
p { color: rgb(131,157,225); }
H1.HeaderClassName
{
color: #839DE1;
}
.AnyTagClassName
{
color: #839DE1;
}
</style>
background-color css
<style>
a { background-color: #839DE1; }
a { background-color: rgb(131,157,225); }
div.DivClassName
{
background-color: #839DE1;
}
.BgClassName
{
background-color: #839DE1;
}
</style>
border-color css
<style>
span { border-color: #839DE1; }
span { border-color: rgb(131,157,225); }
td.TdClassName
{
border-color: #839DE1;
}
.TagClassName
{
border-color: #839DE1;
}
</style>