Shades of Portage #838BE0
Tints of Portage #838BE0
RGB
CMYK
RGB Variations
Color information
#838BE0 (or 0x838BE0) is known color: Portage. HEX triplet: 83, 8B and E0. RGB value is (131,139,224). Sum of RGB (Red+Green+Blue) = 131+139+224=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #838BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BE0 is #7C741F. Grayscale: #919191. Windows color (decimal): -8156192 or 14715779. OLE color: 14715779.
HSL color Cylindrical-coordinate representation of color #838BE0: hue angle of 234.84º degrees, saturation: 0.6, 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 #838BE0 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 139 | 224 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.12 |
| HSL | 234.84º | 0.6% | 0.7% | - |
| HSV(B) | 234.84º | 0.42% | 0.88% | - |
| XYZ | 32.05 | 28.67 | 74.37 | - |
| YUV | 146.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 224 | 0.42 | 0.38 | 0 | 0.12 | 234.84 | 0.6 | 0.7 |
| Hex | 83 | 8B | E0 | 2A | 26 | 0 | C | EB | 3C | 46 |
| Octal | 203 | 213 | 340 | 52 | 46 | 0 | 14 | 353 | 74 | 106 |
| Binary | 10000011 | 10001011 | 11100000 | 101010 | 100110 | 0 | 1100 | 11101011 | 111100 | 1000110 |
Color Harmonies of #838BE0
Complementary color
Monochromatic Colors of #838BE0
Black with #838BE0
Text Example
Text Example
White with #838BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838BE0; }
p { color: rgb(131,139,224); }
H1.HeaderClassName
{
color: #838BE0;
}
.AnyTagClassName
{
color: #838BE0;
}
</style>
background-color css
<style>
a { background-color: #838BE0; }
a { background-color: rgb(131,139,224); }
div.DivClassName
{
background-color: #838BE0;
}
.BgClassName
{
background-color: #838BE0;
}
</style>
border-color css
<style>
span { border-color: #838BE0; }
span { border-color: rgb(131,139,224); }
td.TdClassName
{
border-color: #838BE0;
}
.TagClassName
{
border-color: #838BE0;
}
</style>