Shades of Portage #9295F4
Tints of Portage #9295F4
RGB
CMYK
RGB Variations
Color information
#9295F4 (or 0x9295F4) is known color: Portage. HEX triplet: 92, 95 and F4. RGB value is (146,149,244). Sum of RGB (Red+Green+Blue) = 146+149+244=539 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.09% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #9295F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9295F4 is #6D6A0B. Grayscale: #9E9E9E. Windows color (decimal): -7170572 or 16029074. OLE color: 16029074.
HSL color Cylindrical-coordinate representation of color #9295F4: hue angle of 238.16º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9295F4 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 149 | 244 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.04 |
| HSL | 238.16º | 0.82% | 0.76% | - |
| HSV(B) | 238.16º | 0.4% | 0.96% | - |
| XYZ | 38.93 | 34.14 | 90.13 | - |
| YUV | 158.93 | 176.01 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 244 | 0.40 | 0.39 | 0 | 0.04 | 238.16 | 0.82 | 0.76 |
| Hex | 92 | 95 | F4 | 28 | 27 | 0 | 4 | EE | 52 | 4C |
| Octal | 222 | 225 | 364 | 50 | 47 | 0 | 4 | 356 | 122 | 114 |
| Binary | 10010010 | 10010101 | 11110100 | 101000 | 100111 | 0 | 100 | 11101110 | 1010010 | 1001100 |
Color Harmonies of #9295F4
Complementary color
Monochromatic Colors of #9295F4
Black with #9295F4
Text Example
Text Example
White with #9295F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9295F4; }
p { color: rgb(146,149,244); }
H1.HeaderClassName
{
color: #9295F4;
}
.AnyTagClassName
{
color: #9295F4;
}
</style>
background-color css
<style>
a { background-color: #9295F4; }
a { background-color: rgb(146,149,244); }
div.DivClassName
{
background-color: #9295F4;
}
.BgClassName
{
background-color: #9295F4;
}
</style>
border-color css
<style>
span { border-color: #9295F4; }
span { border-color: rgb(146,149,244); }
td.TdClassName
{
border-color: #9295F4;
}
.TagClassName
{
border-color: #9295F4;
}
</style>