Shades of Portage #9290EA
Tints of Portage #9290EA
RGB
CMYK
RGB Variations
Color information
#9290EA (or 0x9290EA) is known color: Portage. HEX triplet: 92, 90 and EA. RGB value is (146,144,234). Sum of RGB (Red+Green+Blue) = 146+144+234=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #9290EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9290EA is #6D6F15. Grayscale: #9A9A9A. Windows color (decimal): -7171862 or 15372434. OLE color: 15372434.
HSL color Cylindrical-coordinate representation of color #9290EA: hue angle of 241.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9290EA is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 144 | 234 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.08 |
| HSL | 241.33º | 0.68% | 0.74% | - |
| HSV(B) | 241.33º | 0.38% | 0.92% | - |
| XYZ | 36.68 | 32 | 82.08 | - |
| YUV | 154.86 | 172.66 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 144 | 234 | 0.38 | 0.38 | 0 | 0.08 | 241.33 | 0.68 | 0.74 |
| Hex | 92 | 90 | EA | 26 | 26 | 0 | 8 | F1 | 44 | 4A |
| Octal | 222 | 220 | 352 | 46 | 46 | 0 | 10 | 361 | 104 | 112 |
| Binary | 10010010 | 10010000 | 11101010 | 100110 | 100110 | 0 | 1000 | 11110001 | 1000100 | 1001010 |
Color Harmonies of #9290EA
Complementary color
Monochromatic Colors of #9290EA
Black with #9290EA
Text Example
Text Example
White with #9290EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9290EA; }
p { color: rgb(146,144,234); }
H1.HeaderClassName
{
color: #9290EA;
}
.AnyTagClassName
{
color: #9290EA;
}
</style>
background-color css
<style>
a { background-color: #9290EA; }
a { background-color: rgb(146,144,234); }
div.DivClassName
{
background-color: #9290EA;
}
.BgClassName
{
background-color: #9290EA;
}
</style>
border-color css
<style>
span { border-color: #9290EA; }
span { border-color: rgb(146,144,234); }
td.TdClassName
{
border-color: #9290EA;
}
.TagClassName
{
border-color: #9290EA;
}
</style>