Shades of Portage #9395E8
Tints of Portage #9395E8
RGB
CMYK
RGB Variations
Color information
#9395E8 (or 0x9395E8) is known color: Portage. HEX triplet: 93, 95 and E8. RGB value is (147,149,232). Sum of RGB (Red+Green+Blue) = 147+149+232=528 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.84% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #9395E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9395E8 is #6C6A17. Grayscale: #9D9D9D. Windows color (decimal): -7105048 or 15242643. OLE color: 15242643.
HSL color Cylindrical-coordinate representation of color #9395E8: hue angle of 238.59º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9395E8 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 149 | 232 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.09 |
| HSL | 238.59º | 0.65% | 0.74% | - |
| HSV(B) | 238.59º | 0.37% | 0.91% | - |
| XYZ | 37.35 | 33.52 | 80.85 | - |
| YUV | 157.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 232 | 0.37 | 0.36 | 0 | 0.09 | 238.59 | 0.65 | 0.74 |
| Hex | 93 | 95 | E8 | 25 | 24 | 0 | 9 | EF | 41 | 4A |
| Octal | 223 | 225 | 350 | 45 | 44 | 0 | 11 | 357 | 101 | 112 |
| Binary | 10010011 | 10010101 | 11101000 | 100101 | 100100 | 0 | 1001 | 11101111 | 1000001 | 1001010 |
Color Harmonies of #9395E8
Complementary color
Monochromatic Colors of #9395E8
Black with #9395E8
Text Example
Text Example
White with #9395E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9395E8; }
p { color: rgb(147,149,232); }
H1.HeaderClassName
{
color: #9395E8;
}
.AnyTagClassName
{
color: #9395E8;
}
</style>
background-color css
<style>
a { background-color: #9395E8; }
a { background-color: rgb(147,149,232); }
div.DivClassName
{
background-color: #9395E8;
}
.BgClassName
{
background-color: #9395E8;
}
</style>
border-color css
<style>
span { border-color: #9395E8; }
span { border-color: rgb(147,149,232); }
td.TdClassName
{
border-color: #9395E8;
}
.TagClassName
{
border-color: #9395E8;
}
</style>