Shades of Portage #9292F9
Tints of Portage #9292F9
RGB
CMYK
RGB Variations
Color information
#9292F9 (or 0x9292F9) is known color: Portage. HEX triplet: 92, 92 and F9. RGB value is (146,146,249). Sum of RGB (Red+Green+Blue) = 146+146+249=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #9292F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9292F9 is #6D6D06. Grayscale: #9D9D9D. Windows color (decimal): -7171335 or 16355986. OLE color: 16355986.
HSL color Cylindrical-coordinate representation of color #9292F9: hue angle of 240º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9292F9 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 146 | 249 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.02 |
| HSL | 240º | 0.9% | 0.77% | - |
| HSV(B) | 240º | 0.41% | 0.98% | - |
| XYZ | 39.23 | 33.51 | 94.02 | - |
| YUV | 157.74 | 179.5 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 146 | 249 | 0.41 | 0.41 | 0 | 0.02 | 240 | 0.9 | 0.77 |
| Hex | 92 | 92 | F9 | 29 | 29 | 0 | 2 | F0 | 5A | 4D |
| Octal | 222 | 222 | 371 | 51 | 51 | 0 | 2 | 360 | 132 | 115 |
| Binary | 10010010 | 10010010 | 11111001 | 101001 | 101001 | 0 | 10 | 11110000 | 1011010 | 1001101 |
Color Harmonies of #9292F9
Complementary color
Monochromatic Colors of #9292F9
Black with #9292F9
Text Example
Text Example
White with #9292F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9292F9; }
p { color: rgb(146,146,249); }
H1.HeaderClassName
{
color: #9292F9;
}
.AnyTagClassName
{
color: #9292F9;
}
</style>
background-color css
<style>
a { background-color: #9292F9; }
a { background-color: rgb(146,146,249); }
div.DivClassName
{
background-color: #9292F9;
}
.BgClassName
{
background-color: #9292F9;
}
</style>
border-color css
<style>
span { border-color: #9292F9; }
span { border-color: rgb(146,146,249); }
td.TdClassName
{
border-color: #9292F9;
}
.TagClassName
{
border-color: #9292F9;
}
</style>