Shades of Portage #9391E8
Tints of Portage #9391E8
RGB
CMYK
RGB Variations
Color information
#9391E8 (or 0x9391E8) is known color: Portage. HEX triplet: 93, 91 and E8. RGB value is (147,145,232). Sum of RGB (Red+Green+Blue) = 147+145+232=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #9391E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9391E8 is #6C6E17. Grayscale: #9B9B9B. Windows color (decimal): -7106072 or 15241619. OLE color: 15241619.
HSL color Cylindrical-coordinate representation of color #9391E8: hue angle of 241.38º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9391E8 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 145 | 232 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.09 |
| HSL | 241.38º | 0.65% | 0.74% | - |
| HSV(B) | 241.38º | 0.38% | 0.91% | - |
| XYZ | 36.72 | 32.28 | 80.64 | - |
| YUV | 155.52 | 171.16 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 145 | 232 | 0.37 | 0.38 | 0 | 0.09 | 241.38 | 0.65 | 0.74 |
| Hex | 93 | 91 | E8 | 25 | 26 | 0 | 9 | F1 | 41 | 4A |
| Octal | 223 | 221 | 350 | 45 | 46 | 0 | 11 | 361 | 101 | 112 |
| Binary | 10010011 | 10010001 | 11101000 | 100101 | 100110 | 0 | 1001 | 11110001 | 1000001 | 1001010 |
Color Harmonies of #9391E8
Complementary color
Monochromatic Colors of #9391E8
Black with #9391E8
Text Example
Text Example
White with #9391E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9391E8; }
p { color: rgb(147,145,232); }
H1.HeaderClassName
{
color: #9391E8;
}
.AnyTagClassName
{
color: #9391E8;
}
</style>
background-color css
<style>
a { background-color: #9391E8; }
a { background-color: rgb(147,145,232); }
div.DivClassName
{
background-color: #9391E8;
}
.BgClassName
{
background-color: #9391E8;
}
</style>
border-color css
<style>
span { border-color: #9391E8; }
span { border-color: rgb(147,145,232); }
td.TdClassName
{
border-color: #9391E8;
}
.TagClassName
{
border-color: #9391E8;
}
</style>