Shades of Portage #9499ED
Tints of Portage #9499ED
RGB
CMYK
RGB Variations
Color information
#9499ED (or 0x9499ED) is known color: Portage. HEX triplet: 94, 99 and ED. RGB value is (148,153,237). Sum of RGB (Red+Green+Blue) = 148+153+237=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #9499ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9499ED is #6B6612. Grayscale: #A0A0A0. Windows color (decimal): -7038483 or 15571348. OLE color: 15571348.
HSL color Cylindrical-coordinate representation of color #9499ED: hue angle of 236.63º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9499ED is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 153 | 237 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.07 |
| HSL | 236.63º | 0.71% | 0.75% | - |
| HSV(B) | 236.63º | 0.38% | 0.93% | - |
| XYZ | 38.89 | 35.19 | 84.86 | - |
| YUV | 161.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 237 | 0.38 | 0.35 | 0 | 0.07 | 236.63 | 0.71 | 0.75 |
| Hex | 94 | 99 | ED | 26 | 23 | 0 | 7 | ED | 47 | 4B |
| Octal | 224 | 231 | 355 | 46 | 43 | 0 | 7 | 355 | 107 | 113 |
| Binary | 10010100 | 10011001 | 11101101 | 100110 | 100011 | 0 | 111 | 11101101 | 1000111 | 1001011 |
Color Harmonies of #9499ED
Complementary color
Monochromatic Colors of #9499ED
Black with #9499ED
Text Example
Text Example
White with #9499ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9499ED; }
p { color: rgb(148,153,237); }
H1.HeaderClassName
{
color: #9499ED;
}
.AnyTagClassName
{
color: #9499ED;
}
</style>
background-color css
<style>
a { background-color: #9499ED; }
a { background-color: rgb(148,153,237); }
div.DivClassName
{
background-color: #9499ED;
}
.BgClassName
{
background-color: #9499ED;
}
</style>
border-color css
<style>
span { border-color: #9499ED; }
span { border-color: rgb(148,153,237); }
td.TdClassName
{
border-color: #9499ED;
}
.TagClassName
{
border-color: #9499ED;
}
</style>