Shades of Portage #9890EC
Tints of Portage #9890EC
RGB
CMYK
RGB Variations
Color information
#9890EC (or 0x9890EC) is known color: Portage. HEX triplet: 98, 90 and EC. RGB value is (152,144,236). Sum of RGB (Red+Green+Blue) = 152+144+236=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #9890EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9890EC is #676F13. Grayscale: #9C9C9C. Windows color (decimal): -6778644 or 15503512. OLE color: 15503512.
HSL color Cylindrical-coordinate representation of color #9890EC: hue angle of 245.22º degrees, saturation: 0.71, 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 #9890EC is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 144 | 236 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.07 |
| HSL | 245.22º | 0.71% | 0.75% | - |
| HSV(B) | 245.22º | 0.39% | 0.93% | - |
| XYZ | 38.06 | 32.68 | 83.66 | - |
| YUV | 156.88 | 172.65 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 236 | 0.36 | 0.39 | 0 | 0.07 | 245.22 | 0.71 | 0.75 |
| Hex | 98 | 90 | EC | 24 | 27 | 0 | 7 | F5 | 47 | 4B |
| Octal | 230 | 220 | 354 | 44 | 47 | 0 | 7 | 365 | 107 | 113 |
| Binary | 10011000 | 10010000 | 11101100 | 100100 | 100111 | 0 | 111 | 11110101 | 1000111 | 1001011 |
Color Harmonies of #9890EC
Complementary color
Monochromatic Colors of #9890EC
Black with #9890EC
Text Example
Text Example
White with #9890EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9890EC; }
p { color: rgb(152,144,236); }
H1.HeaderClassName
{
color: #9890EC;
}
.AnyTagClassName
{
color: #9890EC;
}
</style>
background-color css
<style>
a { background-color: #9890EC; }
a { background-color: rgb(152,144,236); }
div.DivClassName
{
background-color: #9890EC;
}
.BgClassName
{
background-color: #9890EC;
}
</style>
border-color css
<style>
span { border-color: #9890EC; }
span { border-color: rgb(152,144,236); }
td.TdClassName
{
border-color: #9890EC;
}
.TagClassName
{
border-color: #9890EC;
}
</style>