Shades of Portage #9492F4
Tints of Portage #9492F4
RGB
CMYK
RGB Variations
Color information
#9492F4 (or 0x9492F4) is known color: Portage. HEX triplet: 94, 92 and F4. RGB value is (148,146,244). Sum of RGB (Red+Green+Blue) = 148+146+244=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 244 (95.70% from 255 or 45.35% from 538); Max value from RGB is 244 - color contains mainly: blue. Hex color #9492F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9492F4 is #6B6D0B. Grayscale: #9D9D9D. Windows color (decimal): -7040268 or 16028308. OLE color: 16028308.
HSL color Cylindrical-coordinate representation of color #9492F4: hue angle of 241.22º 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 #9492F4 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 146 | 244 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.04 |
| HSL | 241.22º | 0.82% | 0.76% | - |
| HSV(B) | 241.22º | 0.4% | 0.96% | - |
| XYZ | 38.82 | 33.39 | 89.99 | - |
| YUV | 157.77 | 176.66 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 244 | 0.39 | 0.40 | 0 | 0.04 | 241.22 | 0.82 | 0.76 |
| Hex | 94 | 92 | F4 | 27 | 28 | 0 | 4 | F1 | 52 | 4C |
| Octal | 224 | 222 | 364 | 47 | 50 | 0 | 4 | 361 | 122 | 114 |
| Binary | 10010100 | 10010010 | 11110100 | 100111 | 101000 | 0 | 100 | 11110001 | 1010010 | 1001100 |
Color Harmonies of #9492F4
Complementary color
Monochromatic Colors of #9492F4
Black with #9492F4
Text Example
Text Example
White with #9492F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9492F4; }
p { color: rgb(148,146,244); }
H1.HeaderClassName
{
color: #9492F4;
}
.AnyTagClassName
{
color: #9492F4;
}
</style>
background-color css
<style>
a { background-color: #9492F4; }
a { background-color: rgb(148,146,244); }
div.DivClassName
{
background-color: #9492F4;
}
.BgClassName
{
background-color: #9492F4;
}
</style>
border-color css
<style>
span { border-color: #9492F4; }
span { border-color: rgb(148,146,244); }
td.TdClassName
{
border-color: #9492F4;
}
.TagClassName
{
border-color: #9492F4;
}
</style>