Shades of Portage #9296E1
Tints of Portage #9296E1
RGB
CMYK
RGB Variations
Color information
#9296E1 (or 0x9296E1) is known color: Portage. HEX triplet: 92, 96 and E1. RGB value is (146,150,225). Sum of RGB (Red+Green+Blue) = 146+150+225=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #9296E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9296E1 is #6D691E. Grayscale: #9D9D9D. Windows color (decimal): -7170335 or 14784146. OLE color: 14784146.
HSL color Cylindrical-coordinate representation of color #9296E1: hue angle of 236.96º 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 #9296E1 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 150 | 225 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.12 |
| HSL | 236.96º | 0.57% | 0.73% | - |
| HSV(B) | 236.96º | 0.35% | 0.88% | - |
| XYZ | 36.35 | 33.36 | 75.76 | - |
| YUV | 157.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 150 | 225 | 0.35 | 0.33 | 0 | 0.12 | 236.96 | 0.57 | 0.73 |
| Hex | 92 | 96 | E1 | 23 | 21 | 0 | C | ED | 39 | 49 |
| Octal | 222 | 226 | 341 | 43 | 41 | 0 | 14 | 355 | 71 | 111 |
| Binary | 10010010 | 10010110 | 11100001 | 100011 | 100001 | 0 | 1100 | 11101101 | 111001 | 1001001 |
Color Harmonies of #9296E1
Complementary color
Monochromatic Colors of #9296E1
Black with #9296E1
Text Example
Text Example
White with #9296E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9296E1; }
p { color: rgb(146,150,225); }
H1.HeaderClassName
{
color: #9296E1;
}
.AnyTagClassName
{
color: #9296E1;
}
</style>
background-color css
<style>
a { background-color: #9296E1; }
a { background-color: rgb(146,150,225); }
div.DivClassName
{
background-color: #9296E1;
}
.BgClassName
{
background-color: #9296E1;
}
</style>
border-color css
<style>
span { border-color: #9296E1; }
span { border-color: rgb(146,150,225); }
td.TdClassName
{
border-color: #9296E1;
}
.TagClassName
{
border-color: #9296E1;
}
</style>