Shades of Portage #838DEC
Tints of Portage #838DEC
RGB
CMYK
RGB Variations
Color information
#838DEC (or 0x838DEC) is known color: Portage. HEX triplet: 83, 8D and EC. RGB value is (131,141,236). Sum of RGB (Red+Green+Blue) = 131+141+236=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #838DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838DEC is #7C7213. Grayscale: #949494. Windows color (decimal): -8155668 or 15502723. OLE color: 15502723.
HSL color Cylindrical-coordinate representation of color #838DEC: hue angle of 234.29º 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 #838DEC is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 141 | 236 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.07 |
| HSL | 234.29º | 0.73% | 0.72% | - |
| HSV(B) | 234.29º | 0.44% | 0.93% | - |
| XYZ | 34.03 | 29.93 | 83.34 | - |
| YUV | 148.84 | 177.19 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 236 | 0.44 | 0.40 | 0 | 0.07 | 234.29 | 0.73 | 0.72 |
| Hex | 83 | 8D | EC | 2C | 28 | 0 | 7 | EA | 49 | 48 |
| Octal | 203 | 215 | 354 | 54 | 50 | 0 | 7 | 352 | 111 | 110 |
| Binary | 10000011 | 10001101 | 11101100 | 101100 | 101000 | 0 | 111 | 11101010 | 1001001 | 1001000 |
Color Harmonies of #838DEC
Complementary color
Monochromatic Colors of #838DEC
Black with #838DEC
Text Example
Text Example
White with #838DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DEC; }
p { color: rgb(131,141,236); }
H1.HeaderClassName
{
color: #838DEC;
}
.AnyTagClassName
{
color: #838DEC;
}
</style>
background-color css
<style>
a { background-color: #838DEC; }
a { background-color: rgb(131,141,236); }
div.DivClassName
{
background-color: #838DEC;
}
.BgClassName
{
background-color: #838DEC;
}
</style>
border-color css
<style>
span { border-color: #838DEC; }
span { border-color: rgb(131,141,236); }
td.TdClassName
{
border-color: #838DEC;
}
.TagClassName
{
border-color: #838DEC;
}
</style>