Shades of Portage #838BEC
Tints of Portage #838BEC
RGB
CMYK
RGB Variations
Color information
#838BEC (or 0x838BEC) is known color: Portage. HEX triplet: 83, 8B and EC. RGB value is (131,139,236). Sum of RGB (Red+Green+Blue) = 131+139+236=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #838BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838BEC is #7C7413. Grayscale: #939393. Windows color (decimal): -8156180 or 15502211. OLE color: 15502211.
HSL color Cylindrical-coordinate representation of color #838BEC: hue angle of 235.43º 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 #838BEC is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 139 | 236 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.07 |
| HSL | 235.43º | 0.73% | 0.72% | - |
| HSV(B) | 235.43º | 0.44% | 0.93% | - |
| XYZ | 33.73 | 29.35 | 83.24 | - |
| YUV | 147.67 | 177.85 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 236 | 0.44 | 0.41 | 0 | 0.07 | 235.43 | 0.73 | 0.72 |
| Hex | 83 | 8B | EC | 2C | 29 | 0 | 7 | EB | 49 | 48 |
| Octal | 203 | 213 | 354 | 54 | 51 | 0 | 7 | 353 | 111 | 110 |
| Binary | 10000011 | 10001011 | 11101100 | 101100 | 101001 | 0 | 111 | 11101011 | 1001001 | 1001000 |
Color Harmonies of #838BEC
Complementary color
Monochromatic Colors of #838BEC
Black with #838BEC
Text Example
Text Example
White with #838BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838BEC; }
p { color: rgb(131,139,236); }
H1.HeaderClassName
{
color: #838BEC;
}
.AnyTagClassName
{
color: #838BEC;
}
</style>
background-color css
<style>
a { background-color: #838BEC; }
a { background-color: rgb(131,139,236); }
div.DivClassName
{
background-color: #838BEC;
}
.BgClassName
{
background-color: #838BEC;
}
</style>
border-color css
<style>
span { border-color: #838BEC; }
span { border-color: rgb(131,139,236); }
td.TdClassName
{
border-color: #838BEC;
}
.TagClassName
{
border-color: #838BEC;
}
</style>