Shades of Portage #9295FA
Tints of Portage #9295FA
RGB
CMYK
RGB Variations
Color information
#9295FA (or 0x9295FA) is known color: Portage. HEX triplet: 92, 95 and FA. RGB value is (146,149,250). Sum of RGB (Red+Green+Blue) = 146+149+250=545 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.79% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #9295FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9295FA is #6D6A05. Grayscale: #9F9F9F. Windows color (decimal): -7170566 or 16422290. OLE color: 16422290.
HSL color Cylindrical-coordinate representation of color #9295FA: hue angle of 238.27º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9295FA is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 149 | 250 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.02 |
| HSL | 238.27º | 0.91% | 0.78% | - |
| HSV(B) | 238.27º | 0.42% | 0.98% | - |
| XYZ | 39.86 | 34.51 | 95 | - |
| YUV | 159.62 | 179.01 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 250 | 0.42 | 0.40 | 0 | 0.02 | 238.27 | 0.91 | 0.78 |
| Hex | 92 | 95 | FA | 2A | 28 | 0 | 2 | EE | 5B | 4E |
| Octal | 222 | 225 | 372 | 52 | 50 | 0 | 2 | 356 | 133 | 116 |
| Binary | 10010010 | 10010101 | 11111010 | 101010 | 101000 | 0 | 10 | 11101110 | 1011011 | 1001110 |
Color Harmonies of #9295FA
Complementary color
Monochromatic Colors of #9295FA
Black with #9295FA
Text Example
Text Example
White with #9295FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9295FA; }
p { color: rgb(146,149,250); }
H1.HeaderClassName
{
color: #9295FA;
}
.AnyTagClassName
{
color: #9295FA;
}
</style>
background-color css
<style>
a { background-color: #9295FA; }
a { background-color: rgb(146,149,250); }
div.DivClassName
{
background-color: #9295FA;
}
.BgClassName
{
background-color: #9295FA;
}
</style>
border-color css
<style>
span { border-color: #9295FA; }
span { border-color: rgb(146,149,250); }
td.TdClassName
{
border-color: #9295FA;
}
.TagClassName
{
border-color: #9295FA;
}
</style>