Shades of Portage #838EF3
Tints of Portage #838EF3
RGB
CMYK
RGB Variations
Color information
#838EF3 (or 0x838EF3) is known color: Portage. HEX triplet: 83, 8E and F3. RGB value is (131,142,243). Sum of RGB (Red+Green+Blue) = 131+142+243=516 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.39% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #838EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838EF3 is #7C710C. Grayscale: #959595. Windows color (decimal): -8155405 or 15961731. OLE color: 15961731.
HSL color Cylindrical-coordinate representation of color #838EF3: hue angle of 234.11º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #838EF3 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 142 | 243 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.05 |
| HSL | 234.11º | 0.82% | 0.73% | - |
| HSV(B) | 234.11º | 0.46% | 0.95% | - |
| XYZ | 35.21 | 30.64 | 88.85 | - |
| YUV | 150.23 | 180.36 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 142 | 243 | 0.46 | 0.42 | 0 | 0.05 | 234.11 | 0.82 | 0.73 |
| Hex | 83 | 8E | F3 | 2E | 2A | 0 | 5 | EA | 52 | 49 |
| Octal | 203 | 216 | 363 | 56 | 52 | 0 | 5 | 352 | 122 | 111 |
| Binary | 10000011 | 10001110 | 11110011 | 101110 | 101010 | 0 | 101 | 11101010 | 1010010 | 1001001 |
Color Harmonies of #838EF3
Complementary color
Monochromatic Colors of #838EF3
Black with #838EF3
Text Example
Text Example
White with #838EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838EF3; }
p { color: rgb(131,142,243); }
H1.HeaderClassName
{
color: #838EF3;
}
.AnyTagClassName
{
color: #838EF3;
}
</style>
background-color css
<style>
a { background-color: #838EF3; }
a { background-color: rgb(131,142,243); }
div.DivClassName
{
background-color: #838EF3;
}
.BgClassName
{
background-color: #838EF3;
}
</style>
border-color css
<style>
span { border-color: #838EF3; }
span { border-color: rgb(131,142,243); }
td.TdClassName
{
border-color: #838EF3;
}
.TagClassName
{
border-color: #838EF3;
}
</style>