Shades of Portage #9499F6
Tints of Portage #9499F6
RGB
CMYK
RGB Variations
Color information
#9499F6 (or 0x9499F6) is known color: Portage. HEX triplet: 94, 99 and F6. RGB value is (148,153,246). Sum of RGB (Red+Green+Blue) = 148+153+246=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #9499F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9499F6 is #6B6609. Grayscale: #A1A1A1. Windows color (decimal): -7038474 or 16161172. OLE color: 16161172.
HSL color Cylindrical-coordinate representation of color #9499F6: hue angle of 236.94º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9499F6 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 153 | 246 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.04 |
| HSL | 236.94º | 0.84% | 0.77% | - |
| HSV(B) | 236.94º | 0.4% | 0.96% | - |
| XYZ | 40.24 | 35.73 | 91.96 | - |
| YUV | 162.11 | 175.34 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 246 | 0.40 | 0.38 | 0 | 0.04 | 236.94 | 0.84 | 0.77 |
| Hex | 94 | 99 | F6 | 28 | 26 | 0 | 4 | ED | 54 | 4D |
| Octal | 224 | 231 | 366 | 50 | 46 | 0 | 4 | 355 | 124 | 115 |
| Binary | 10010100 | 10011001 | 11110110 | 101000 | 100110 | 0 | 100 | 11101101 | 1010100 | 1001101 |
Color Harmonies of #9499F6
Complementary color
Monochromatic Colors of #9499F6
Black with #9499F6
Text Example
Text Example
White with #9499F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9499F6; }
p { color: rgb(148,153,246); }
H1.HeaderClassName
{
color: #9499F6;
}
.AnyTagClassName
{
color: #9499F6;
}
</style>
background-color css
<style>
a { background-color: #9499F6; }
a { background-color: rgb(148,153,246); }
div.DivClassName
{
background-color: #9499F6;
}
.BgClassName
{
background-color: #9499F6;
}
</style>
border-color css
<style>
span { border-color: #9499F6; }
span { border-color: rgb(148,153,246); }
td.TdClassName
{
border-color: #9499F6;
}
.TagClassName
{
border-color: #9499F6;
}
</style>