Shades of Portage #839DEC
Tints of Portage #839DEC
RGB
CMYK
RGB Variations
Color information
#839DEC (or 0x839DEC) is known color: Portage. HEX triplet: 83, 9D and EC. RGB value is (131,157,236). Sum of RGB (Red+Green+Blue) = 131+157+236=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #839DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839DEC is #7C6213. Grayscale: #9D9D9D. Windows color (decimal): -8151572 or 15506819. OLE color: 15506819.
HSL color Cylindrical-coordinate representation of color #839DEC: hue angle of 225.14º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #839DEC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 157 | 236 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.07 |
| HSL | 225.14º | 0.73% | 0.72% | - |
| HSV(B) | 225.14º | 0.44% | 0.93% | - |
| XYZ | 36.56 | 35 | 84.18 | - |
| YUV | 158.23 | 171.89 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 236 | 0.44 | 0.33 | 0 | 0.07 | 225.14 | 0.73 | 0.72 |
| Hex | 83 | 9D | EC | 2C | 21 | 0 | 7 | E1 | 49 | 48 |
| Octal | 203 | 235 | 354 | 54 | 41 | 0 | 7 | 341 | 111 | 110 |
| Binary | 10000011 | 10011101 | 11101100 | 101100 | 100001 | 0 | 111 | 11100001 | 1001001 | 1001000 |
Color Harmonies of #839DEC
Complementary color
Monochromatic Colors of #839DEC
Black with #839DEC
Text Example
Text Example
White with #839DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839DEC; }
p { color: rgb(131,157,236); }
H1.HeaderClassName
{
color: #839DEC;
}
.AnyTagClassName
{
color: #839DEC;
}
</style>
background-color css
<style>
a { background-color: #839DEC; }
a { background-color: rgb(131,157,236); }
div.DivClassName
{
background-color: #839DEC;
}
.BgClassName
{
background-color: #839DEC;
}
</style>
border-color css
<style>
span { border-color: #839DEC; }
span { border-color: rgb(131,157,236); }
td.TdClassName
{
border-color: #839DEC;
}
.TagClassName
{
border-color: #839DEC;
}
</style>