Shades of Portage #9395E4
Tints of Portage #9395E4
RGB
CMYK
RGB Variations
Color information
#9395E4 (or 0x9395E4) is known color: Portage. HEX triplet: 93, 95 and E4. RGB value is (147,149,228). Sum of RGB (Red+Green+Blue) = 147+149+228=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 228 (89.45% from 255 or 43.51% from 524); Max value from RGB is 228 - color contains mainly: blue. Hex color #9395E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395E4 is #6C6A1B. Grayscale: #9D9D9D. Windows color (decimal): -7105052 or 14980499. OLE color: 14980499.
HSL color Cylindrical-coordinate representation of color #9395E4: hue angle of 238.52º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9395E4 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 149 | 228 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.11 |
| HSL | 238.52º | 0.6% | 0.74% | - |
| HSV(B) | 238.52º | 0.36% | 0.89% | - |
| XYZ | 36.78 | 33.3 | 77.89 | - |
| YUV | 157.41 | 167.84 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 228 | 0.36 | 0.35 | 0 | 0.11 | 238.52 | 0.6 | 0.74 |
| Hex | 93 | 95 | E4 | 24 | 23 | 0 | B | EF | 3C | 4A |
| Octal | 223 | 225 | 344 | 44 | 43 | 0 | 13 | 357 | 74 | 112 |
| Binary | 10010011 | 10010101 | 11100100 | 100100 | 100011 | 0 | 1011 | 11101111 | 111100 | 1001010 |
Color Harmonies of #9395E4
Complementary color
Monochromatic Colors of #9395E4
Black with #9395E4
Text Example
Text Example
White with #9395E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9395E4; }
p { color: rgb(147,149,228); }
H1.HeaderClassName
{
color: #9395E4;
}
.AnyTagClassName
{
color: #9395E4;
}
</style>
background-color css
<style>
a { background-color: #9395E4; }
a { background-color: rgb(147,149,228); }
div.DivClassName
{
background-color: #9395E4;
}
.BgClassName
{
background-color: #9395E4;
}
</style>
border-color css
<style>
span { border-color: #9395E4; }
span { border-color: rgb(147,149,228); }
td.TdClassName
{
border-color: #9395E4;
}
.TagClassName
{
border-color: #9395E4;
}
</style>