Shades of Portage #8390E9
Tints of Portage #8390E9
RGB
CMYK
RGB Variations
Color information
#8390E9 (or 0x8390E9) is known color: Portage. HEX triplet: 83, 90 and E9. RGB value is (131,144,233). Sum of RGB (Red+Green+Blue) = 131+144+233=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 233 (91.41% from 255 or 45.87% from 508); Max value from RGB is 233 - color contains mainly: blue. Hex color #8390E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8390E9 is #7C6F16. Grayscale: #959595. Windows color (decimal): -8154903 or 15306883. OLE color: 15306883.
HSL color Cylindrical-coordinate representation of color #8390E9: hue angle of 232.35º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8390E9 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 131 | 144 | 233 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.09 |
| HSL | 232.35º | 0.7% | 0.71% | - |
| HSV(B) | 232.35º | 0.44% | 0.91% | - |
| XYZ | 34.04 | 30.66 | 81.21 | - |
| YUV | 150.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 144 | 233 | 0.44 | 0.38 | 0 | 0.09 | 232.35 | 0.7 | 0.71 |
| Hex | 83 | 90 | E9 | 2C | 26 | 0 | 9 | E8 | 46 | 47 |
| Octal | 203 | 220 | 351 | 54 | 46 | 0 | 11 | 350 | 106 | 107 |
| Binary | 10000011 | 10010000 | 11101001 | 101100 | 100110 | 0 | 1001 | 11101000 | 1000110 | 1000111 |
Color Harmonies of #8390E9
Complementary color
Monochromatic Colors of #8390E9
Black with #8390E9
Text Example
Text Example
White with #8390E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8390E9; }
p { color: rgb(131,144,233); }
H1.HeaderClassName
{
color: #8390E9;
}
.AnyTagClassName
{
color: #8390E9;
}
</style>
background-color css
<style>
a { background-color: #8390E9; }
a { background-color: rgb(131,144,233); }
div.DivClassName
{
background-color: #8390E9;
}
.BgClassName
{
background-color: #8390E9;
}
</style>
border-color css
<style>
span { border-color: #8390E9; }
span { border-color: rgb(131,144,233); }
td.TdClassName
{
border-color: #8390E9;
}
.TagClassName
{
border-color: #8390E9;
}
</style>