Shades of Portage #9292F3
Tints of Portage #9292F3
RGB
CMYK
RGB Variations
Color information
#9292F3 (or 0x9292F3) is known color: Portage. HEX triplet: 92, 92 and F3. RGB value is (146,146,243). Sum of RGB (Red+Green+Blue) = 146+146+243=535 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.29% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #9292F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9292F3 is #6D6D0C. Grayscale: #9C9C9C. Windows color (decimal): -7171341 or 15962770. OLE color: 15962770.
HSL color Cylindrical-coordinate representation of color #9292F3: hue angle of 240º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9292F3 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 146 | 243 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.05 |
| HSL | 240º | 0.8% | 0.76% | - |
| HSV(B) | 240º | 0.4% | 0.95% | - |
| XYZ | 38.31 | 33.14 | 89.17 | - |
| YUV | 157.06 | 176.5 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 146 | 243 | 0.40 | 0.40 | 0 | 0.05 | 240 | 0.8 | 0.76 |
| Hex | 92 | 92 | F3 | 28 | 28 | 0 | 5 | F0 | 50 | 4C |
| Octal | 222 | 222 | 363 | 50 | 50 | 0 | 5 | 360 | 120 | 114 |
| Binary | 10010010 | 10010010 | 11110011 | 101000 | 101000 | 0 | 101 | 11110000 | 1010000 | 1001100 |
Color Harmonies of #9292F3
Complementary color
Monochromatic Colors of #9292F3
Black with #9292F3
Text Example
Text Example
White with #9292F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9292F3; }
p { color: rgb(146,146,243); }
H1.HeaderClassName
{
color: #9292F3;
}
.AnyTagClassName
{
color: #9292F3;
}
</style>
background-color css
<style>
a { background-color: #9292F3; }
a { background-color: rgb(146,146,243); }
div.DivClassName
{
background-color: #9292F3;
}
.BgClassName
{
background-color: #9292F3;
}
</style>
border-color css
<style>
span { border-color: #9292F3; }
span { border-color: rgb(146,146,243); }
td.TdClassName
{
border-color: #9292F3;
}
.TagClassName
{
border-color: #9292F3;
}
</style>