Shades of Portage #9295E7
Tints of Portage #9295E7
RGB
CMYK
RGB Variations
Color information
#9295E7 (or 0x9295E7) is known color: Portage. HEX triplet: 92, 95 and E7. RGB value is (146,149,231). Sum of RGB (Red+Green+Blue) = 146+149+231=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 231 - color contains mainly: blue. Hex color #9295E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9295E7 is #6D6A18. Grayscale: #9D9D9D. Windows color (decimal): -7170585 or 15177106. OLE color: 15177106.
HSL color Cylindrical-coordinate representation of color #9295E7: hue angle of 237.88º degrees, saturation: 0.64, 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 #9295E7 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 149 | 231 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.09 |
| HSL | 237.88º | 0.64% | 0.74% | - |
| HSV(B) | 237.88º | 0.37% | 0.91% | - |
| XYZ | 37.03 | 33.38 | 80.09 | - |
| YUV | 157.45 | 169.51 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 231 | 0.37 | 0.35 | 0 | 0.09 | 237.88 | 0.64 | 0.74 |
| Hex | 92 | 95 | E7 | 25 | 23 | 0 | 9 | EE | 40 | 4A |
| Octal | 222 | 225 | 347 | 45 | 43 | 0 | 11 | 356 | 100 | 112 |
| Binary | 10010010 | 10010101 | 11100111 | 100101 | 100011 | 0 | 1001 | 11101110 | 1000000 | 1001010 |
Color Harmonies of #9295E7
Complementary color
Monochromatic Colors of #9295E7
Black with #9295E7
Text Example
Text Example
White with #9295E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9295E7; }
p { color: rgb(146,149,231); }
H1.HeaderClassName
{
color: #9295E7;
}
.AnyTagClassName
{
color: #9295E7;
}
</style>
background-color css
<style>
a { background-color: #9295E7; }
a { background-color: rgb(146,149,231); }
div.DivClassName
{
background-color: #9295E7;
}
.BgClassName
{
background-color: #9295E7;
}
</style>
border-color css
<style>
span { border-color: #9295E7; }
span { border-color: rgb(146,149,231); }
td.TdClassName
{
border-color: #9295E7;
}
.TagClassName
{
border-color: #9295E7;
}
</style>