Shades of Portage #8391E9
Tints of Portage #8391E9
RGB
CMYK
RGB Variations
Color information
#8391E9 (or 0x8391E9) is known color: Portage. HEX triplet: 83, 91 and E9. RGB value is (131,145,233). Sum of RGB (Red+Green+Blue) = 131+145+233=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #8391E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8391E9 is #7C6E16. Grayscale: #969696. Windows color (decimal): -8154647 or 15307139. OLE color: 15307139.
HSL color Cylindrical-coordinate representation of color #8391E9: hue angle of 231.76º 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 #8391E9 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 131 | 145 | 233 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.09 |
| HSL | 231.76º | 0.7% | 0.71% | - |
| HSV(B) | 231.76º | 0.44% | 0.91% | - |
| XYZ | 34.19 | 30.96 | 81.26 | - |
| YUV | 150.85 | 174.36 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 145 | 233 | 0.44 | 0.38 | 0 | 0.09 | 231.76 | 0.7 | 0.71 |
| Hex | 83 | 91 | E9 | 2C | 26 | 0 | 9 | E8 | 46 | 47 |
| Octal | 203 | 221 | 351 | 54 | 46 | 0 | 11 | 350 | 106 | 107 |
| Binary | 10000011 | 10010001 | 11101001 | 101100 | 100110 | 0 | 1001 | 11101000 | 1000110 | 1000111 |
Color Harmonies of #8391E9
Complementary color
Monochromatic Colors of #8391E9
Black with #8391E9
Text Example
Text Example
White with #8391E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8391E9; }
p { color: rgb(131,145,233); }
H1.HeaderClassName
{
color: #8391E9;
}
.AnyTagClassName
{
color: #8391E9;
}
</style>
background-color css
<style>
a { background-color: #8391E9; }
a { background-color: rgb(131,145,233); }
div.DivClassName
{
background-color: #8391E9;
}
.BgClassName
{
background-color: #8391E9;
}
</style>
border-color css
<style>
span { border-color: #8391E9; }
span { border-color: rgb(131,145,233); }
td.TdClassName
{
border-color: #8391E9;
}
.TagClassName
{
border-color: #8391E9;
}
</style>