Shades of Portage #838EE0
Tints of Portage #838EE0
RGB
CMYK
RGB Variations
Color information
#838EE0 (or 0x838EE0) is known color: Portage. HEX triplet: 83, 8E and E0. RGB value is (131,142,224). Sum of RGB (Red+Green+Blue) = 131+142+224=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #838EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838EE0 is #7C711F. Grayscale: #939393. Windows color (decimal): -8155424 or 14716547. OLE color: 14716547.
HSL color Cylindrical-coordinate representation of color #838EE0: hue angle of 232.9º 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 #838EE0 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 142 | 224 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.12 |
| HSL | 232.9º | 0.6% | 0.7% | - |
| HSV(B) | 232.9º | 0.42% | 0.88% | - |
| XYZ | 32.49 | 29.55 | 74.51 | - |
| YUV | 148.06 | 170.86 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 142 | 224 | 0.42 | 0.37 | 0 | 0.12 | 232.9 | 0.6 | 0.7 |
| Hex | 83 | 8E | E0 | 2A | 25 | 0 | C | E9 | 3C | 46 |
| Octal | 203 | 216 | 340 | 52 | 45 | 0 | 14 | 351 | 74 | 106 |
| Binary | 10000011 | 10001110 | 11100000 | 101010 | 100101 | 0 | 1100 | 11101001 | 111100 | 1000110 |
Color Harmonies of #838EE0
Complementary color
Monochromatic Colors of #838EE0
Black with #838EE0
Text Example
Text Example
White with #838EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838EE0; }
p { color: rgb(131,142,224); }
H1.HeaderClassName
{
color: #838EE0;
}
.AnyTagClassName
{
color: #838EE0;
}
</style>
background-color css
<style>
a { background-color: #838EE0; }
a { background-color: rgb(131,142,224); }
div.DivClassName
{
background-color: #838EE0;
}
.BgClassName
{
background-color: #838EE0;
}
</style>
border-color css
<style>
span { border-color: #838EE0; }
span { border-color: rgb(131,142,224); }
td.TdClassName
{
border-color: #838EE0;
}
.TagClassName
{
border-color: #838EE0;
}
</style>