Shades of Portage #9499FF
Tints of Portage #9499FF
RGB
CMYK
RGB Variations
Color information
#9499FF (or 0x9499FF) is known color: Portage. HEX triplet: 94, 99 and FF. RGB value is (148,153,255). Sum of RGB (Red+Green+Blue) = 148+153+255=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #9499FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9499FF is #6B6600. Grayscale: #A2A2A2. Windows color (decimal): -7038465 or 16750996. OLE color: 16750996.
HSL color Cylindrical-coordinate representation of color #9499FF: hue angle of 237.2º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9499FF is Cyan = 0.42, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 153 | 255 | - |
| CMYK | 0.42 | 0.4 | 0 | 0 |
| HSL | 237.2º | 1% | 0.79% | - |
| HSV(B) | 237.2º | 0.42% | 1% | - |
| XYZ | 41.65 | 36.3 | 99.42 | - |
| YUV | 163.13 | 179.84 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 255 | 0.42 | 0.4 | 0 | 0 | 237.2 | 1 | 0.79 |
| Hex | 94 | 99 | FF | 2A | 28 | 0 | 0 | ED | 64 | 4F |
| Octal | 224 | 231 | 377 | 52 | 50 | 0 | 0 | 355 | 144 | 117 |
| Binary | 10010100 | 10011001 | 11111111 | 101010 | 101000 | 0 | 0 | 11101101 | 1100100 | 1001111 |
Color Harmonies of #9499FF
Complementary color
Monochromatic Colors of #9499FF
Black with #9499FF
Text Example
Text Example
White with #9499FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9499FF; }
p { color: rgb(148,153,255); }
H1.HeaderClassName
{
color: #9499FF;
}
.AnyTagClassName
{
color: #9499FF;
}
</style>
background-color css
<style>
a { background-color: #9499FF; }
a { background-color: rgb(148,153,255); }
div.DivClassName
{
background-color: #9499FF;
}
.BgClassName
{
background-color: #9499FF;
}
</style>
border-color css
<style>
span { border-color: #9499FF; }
span { border-color: rgb(148,153,255); }
td.TdClassName
{
border-color: #9499FF;
}
.TagClassName
{
border-color: #9499FF;
}
</style>