Shades of Portage #9499E6
Tints of Portage #9499E6
RGB
CMYK
RGB Variations
Color information
#9499E6 (or 0x9499E6) is known color: Portage. HEX triplet: 94, 99 and E6. RGB value is (148,153,230). Sum of RGB (Red+Green+Blue) = 148+153+230=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #9499E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9499E6 is #6B6619. Grayscale: #9F9F9F. Windows color (decimal): -7038490 or 15112596. OLE color: 15112596.
HSL color Cylindrical-coordinate representation of color #9499E6: hue angle of 236.34º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9499E6 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 153 | 230 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.10 |
| HSL | 236.34º | 0.62% | 0.74% | - |
| HSV(B) | 236.34º | 0.36% | 0.9% | - |
| XYZ | 37.89 | 34.79 | 79.58 | - |
| YUV | 160.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 230 | 0.36 | 0.33 | 0 | 0.10 | 236.34 | 0.62 | 0.74 |
| Hex | 94 | 99 | E6 | 24 | 21 | 0 | A | EC | 3E | 4A |
| Octal | 224 | 231 | 346 | 44 | 41 | 0 | 12 | 354 | 76 | 112 |
| Binary | 10010100 | 10011001 | 11100110 | 100100 | 100001 | 0 | 1010 | 11101100 | 111110 | 1001010 |
Color Harmonies of #9499E6
Complementary color
Monochromatic Colors of #9499E6
Black with #9499E6
Text Example
Text Example
White with #9499E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9499E6; }
p { color: rgb(148,153,230); }
H1.HeaderClassName
{
color: #9499E6;
}
.AnyTagClassName
{
color: #9499E6;
}
</style>
background-color css
<style>
a { background-color: #9499E6; }
a { background-color: rgb(148,153,230); }
div.DivClassName
{
background-color: #9499E6;
}
.BgClassName
{
background-color: #9499E6;
}
</style>
border-color css
<style>
span { border-color: #9499E6; }
span { border-color: rgb(148,153,230); }
td.TdClassName
{
border-color: #9499E6;
}
.TagClassName
{
border-color: #9499E6;
}
</style>