Shades of Portage #838FE4
Tints of Portage #838FE4
RGB
CMYK
RGB Variations
Color information
#838FE4 (or 0x838FE4) is known color: Portage. HEX triplet: 83, 8F and E4. RGB value is (131,143,228). Sum of RGB (Red+Green+Blue) = 131+143+228=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #838FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FE4 is #7C701B. Grayscale: #949494. Windows color (decimal): -8155164 or 14978947. OLE color: 14978947.
HSL color Cylindrical-coordinate representation of color #838FE4: hue angle of 232.58º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #838FE4 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 143 | 228 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.11 |
| HSL | 232.58º | 0.64% | 0.7% | - |
| HSV(B) | 232.58º | 0.43% | 0.89% | - |
| XYZ | 33.19 | 30.07 | 77.45 | - |
| YUV | 149.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 228 | 0.43 | 0.37 | 0 | 0.11 | 232.58 | 0.64 | 0.7 |
| Hex | 83 | 8F | E4 | 2B | 25 | 0 | B | E9 | 40 | 46 |
| Octal | 203 | 217 | 344 | 53 | 45 | 0 | 13 | 351 | 100 | 106 |
| Binary | 10000011 | 10001111 | 11100100 | 101011 | 100101 | 0 | 1011 | 11101001 | 1000000 | 1000110 |
Color Harmonies of #838FE4
Complementary color
Monochromatic Colors of #838FE4
Black with #838FE4
Text Example
Text Example
White with #838FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838FE4; }
p { color: rgb(131,143,228); }
H1.HeaderClassName
{
color: #838FE4;
}
.AnyTagClassName
{
color: #838FE4;
}
</style>
background-color css
<style>
a { background-color: #838FE4; }
a { background-color: rgb(131,143,228); }
div.DivClassName
{
background-color: #838FE4;
}
.BgClassName
{
background-color: #838FE4;
}
</style>
border-color css
<style>
span { border-color: #838FE4; }
span { border-color: rgb(131,143,228); }
td.TdClassName
{
border-color: #838FE4;
}
.TagClassName
{
border-color: #838FE4;
}
</style>