Shades of Portage #9299EC
Tints of Portage #9299EC
RGB
CMYK
RGB Variations
Color information
#9299EC (or 0x9299EC) is known color: Portage. HEX triplet: 92, 99 and EC. RGB value is (146,153,236). Sum of RGB (Red+Green+Blue) = 146+153+236=535 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.29% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #9299EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9299EC is #6D6613. Grayscale: #A0A0A0. Windows color (decimal): -7169556 or 15505810. OLE color: 15505810.
HSL color Cylindrical-coordinate representation of color #9299EC: hue angle of 235.33º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9299EC is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 153 | 236 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.07 |
| HSL | 235.33º | 0.7% | 0.75% | - |
| HSV(B) | 235.33º | 0.38% | 0.93% | - |
| XYZ | 38.39 | 34.95 | 84.08 | - |
| YUV | 160.37 | 170.68 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 236 | 0.38 | 0.35 | 0 | 0.07 | 235.33 | 0.7 | 0.75 |
| Hex | 92 | 99 | EC | 26 | 23 | 0 | 7 | EB | 46 | 4B |
| Octal | 222 | 231 | 354 | 46 | 43 | 0 | 7 | 353 | 106 | 113 |
| Binary | 10010010 | 10011001 | 11101100 | 100110 | 100011 | 0 | 111 | 11101011 | 1000110 | 1001011 |
Color Harmonies of #9299EC
Complementary color
Monochromatic Colors of #9299EC
Black with #9299EC
Text Example
Text Example
White with #9299EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299EC; }
p { color: rgb(146,153,236); }
H1.HeaderClassName
{
color: #9299EC;
}
.AnyTagClassName
{
color: #9299EC;
}
</style>
background-color css
<style>
a { background-color: #9299EC; }
a { background-color: rgb(146,153,236); }
div.DivClassName
{
background-color: #9299EC;
}
.BgClassName
{
background-color: #9299EC;
}
</style>
border-color css
<style>
span { border-color: #9299EC; }
span { border-color: rgb(146,153,236); }
td.TdClassName
{
border-color: #9299EC;
}
.TagClassName
{
border-color: #9299EC;
}
</style>