Shades of Portage #9294FE
Tints of Portage #9294FE
RGB
CMYK
RGB Variations
Color information
#9294FE (or 0x9294FE) is known color: Portage. HEX triplet: 92, 94 and FE. RGB value is (146,148,254). Sum of RGB (Red+Green+Blue) = 146+148+254=548 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.64% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #9294FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9294FE is #6D6B01. Grayscale: #9F9F9F. Windows color (decimal): -7170818 or 16684178. OLE color: 16684178.
HSL color Cylindrical-coordinate representation of color #9294FE: hue angle of 238.89º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9294FE is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 148 | 254 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.00 |
| HSL | 238.89º | 0.98% | 0.78% | - |
| HSV(B) | 238.89º | 0.43% | 1% | - |
| XYZ | 40.33 | 34.45 | 98.29 | - |
| YUV | 159.49 | 181.34 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 148 | 254 | 0.43 | 0.42 | 0 | 0.00 | 238.89 | 0.98 | 0.78 |
| Hex | 92 | 94 | FE | 2B | 2A | 0 | 0 | EF | 62 | 4E |
| Octal | 222 | 224 | 376 | 53 | 52 | 0 | 0 | 357 | 142 | 116 |
| Binary | 10010010 | 10010100 | 11111110 | 101011 | 101010 | 0 | 0 | 11101111 | 1100010 | 1001110 |
Color Harmonies of #9294FE
Complementary color
Monochromatic Colors of #9294FE
Black with #9294FE
Text Example
Text Example
White with #9294FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9294FE; }
p { color: rgb(146,148,254); }
H1.HeaderClassName
{
color: #9294FE;
}
.AnyTagClassName
{
color: #9294FE;
}
</style>
background-color css
<style>
a { background-color: #9294FE; }
a { background-color: rgb(146,148,254); }
div.DivClassName
{
background-color: #9294FE;
}
.BgClassName
{
background-color: #9294FE;
}
</style>
border-color css
<style>
span { border-color: #9294FE; }
span { border-color: rgb(146,148,254); }
td.TdClassName
{
border-color: #9294FE;
}
.TagClassName
{
border-color: #9294FE;
}
</style>