Shades of Portage #9490ED
Tints of Portage #9490ED
RGB
CMYK
RGB Variations
Color information
#9490ED (or 0x9490ED) is known color: Portage. HEX triplet: 94, 90 and ED. RGB value is (148,144,237). Sum of RGB (Red+Green+Blue) = 148+144+237=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #9490ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9490ED is #6B6F12. Grayscale: #9B9B9B. Windows color (decimal): -7040787 or 15569044. OLE color: 15569044.
HSL color Cylindrical-coordinate representation of color #9490ED: hue angle of 242.58º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9490ED is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 144 | 237 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.07 |
| HSL | 242.58º | 0.72% | 0.75% | - |
| HSV(B) | 242.58º | 0.39% | 0.93% | - |
| XYZ | 37.47 | 32.36 | 84.39 | - |
| YUV | 155.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 237 | 0.38 | 0.39 | 0 | 0.07 | 242.58 | 0.72 | 0.75 |
| Hex | 94 | 90 | ED | 26 | 27 | 0 | 7 | F3 | 48 | 4B |
| Octal | 224 | 220 | 355 | 46 | 47 | 0 | 7 | 363 | 110 | 113 |
| Binary | 10010100 | 10010000 | 11101101 | 100110 | 100111 | 0 | 111 | 11110011 | 1001000 | 1001011 |
Color Harmonies of #9490ED
Complementary color
Monochromatic Colors of #9490ED
Black with #9490ED
Text Example
Text Example
White with #9490ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9490ED; }
p { color: rgb(148,144,237); }
H1.HeaderClassName
{
color: #9490ED;
}
.AnyTagClassName
{
color: #9490ED;
}
</style>
background-color css
<style>
a { background-color: #9490ED; }
a { background-color: rgb(148,144,237); }
div.DivClassName
{
background-color: #9490ED;
}
.BgClassName
{
background-color: #9490ED;
}
</style>
border-color css
<style>
span { border-color: #9490ED; }
span { border-color: rgb(148,144,237); }
td.TdClassName
{
border-color: #9490ED;
}
.TagClassName
{
border-color: #9490ED;
}
</style>