Shades of Portage #9295E1
Tints of Portage #9295E1
RGB
CMYK
RGB Variations
Color information
#9295E1 (or 0x9295E1) is known color: Portage. HEX triplet: 92, 95 and E1. RGB value is (146,149,225). Sum of RGB (Red+Green+Blue) = 146+149+225=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #9295E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9295E1 is #6D6A1E. Grayscale: #9C9C9C. Windows color (decimal): -7170591 or 14783890. OLE color: 14783890.
HSL color Cylindrical-coordinate representation of color #9295E1: hue angle of 237.72º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9295E1 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 149 | 225 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.12 |
| HSL | 237.72º | 0.57% | 0.73% | - |
| HSV(B) | 237.72º | 0.35% | 0.88% | - |
| XYZ | 36.19 | 33.04 | 75.7 | - |
| YUV | 156.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 225 | 0.35 | 0.34 | 0 | 0.12 | 237.72 | 0.57 | 0.73 |
| Hex | 92 | 95 | E1 | 23 | 22 | 0 | C | EE | 39 | 49 |
| Octal | 222 | 225 | 341 | 43 | 42 | 0 | 14 | 356 | 71 | 111 |
| Binary | 10010010 | 10010101 | 11100001 | 100011 | 100010 | 0 | 1100 | 11101110 | 111001 | 1001001 |
Color Harmonies of #9295E1
Complementary color
Monochromatic Colors of #9295E1
Black with #9295E1
Text Example
Text Example
White with #9295E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9295E1; }
p { color: rgb(146,149,225); }
H1.HeaderClassName
{
color: #9295E1;
}
.AnyTagClassName
{
color: #9295E1;
}
</style>
background-color css
<style>
a { background-color: #9295E1; }
a { background-color: rgb(146,149,225); }
div.DivClassName
{
background-color: #9295E1;
}
.BgClassName
{
background-color: #9295E1;
}
</style>
border-color css
<style>
span { border-color: #9295E1; }
span { border-color: rgb(146,149,225); }
td.TdClassName
{
border-color: #9295E1;
}
.TagClassName
{
border-color: #9295E1;
}
</style>