Shades of Portage #9492F7
Tints of Portage #9492F7
RGB
CMYK
RGB Variations
Color information
#9492F7 (or 0x9492F7) is known color: Portage. HEX triplet: 94, 92 and F7. RGB value is (148,146,247). Sum of RGB (Red+Green+Blue) = 148+146+247=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #9492F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9492F7 is #6B6D08. Grayscale: #9D9D9D. Windows color (decimal): -7040265 or 16224916. OLE color: 16224916.
HSL color Cylindrical-coordinate representation of color #9492F7: hue angle of 241.19º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9492F7 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 146 | 247 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.03 |
| HSL | 241.19º | 0.86% | 0.77% | - |
| HSV(B) | 241.19º | 0.41% | 0.97% | - |
| XYZ | 39.28 | 33.57 | 92.4 | - |
| YUV | 158.11 | 178.16 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 247 | 0.40 | 0.41 | 0 | 0.03 | 241.19 | 0.86 | 0.77 |
| Hex | 94 | 92 | F7 | 28 | 29 | 0 | 3 | F1 | 56 | 4D |
| Octal | 224 | 222 | 367 | 50 | 51 | 0 | 3 | 361 | 126 | 115 |
| Binary | 10010100 | 10010010 | 11110111 | 101000 | 101001 | 0 | 11 | 11110001 | 1010110 | 1001101 |
Color Harmonies of #9492F7
Complementary color
Monochromatic Colors of #9492F7
Black with #9492F7
Text Example
Text Example
White with #9492F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9492F7; }
p { color: rgb(148,146,247); }
H1.HeaderClassName
{
color: #9492F7;
}
.AnyTagClassName
{
color: #9492F7;
}
</style>
background-color css
<style>
a { background-color: #9492F7; }
a { background-color: rgb(148,146,247); }
div.DivClassName
{
background-color: #9492F7;
}
.BgClassName
{
background-color: #9492F7;
}
</style>
border-color css
<style>
span { border-color: #9492F7; }
span { border-color: rgb(148,146,247); }
td.TdClassName
{
border-color: #9492F7;
}
.TagClassName
{
border-color: #9492F7;
}
</style>