Shades of Portage #9790EC
Tints of Portage #9790EC
RGB
CMYK
RGB Variations
Color information
#9790EC (or 0x9790EC) is known color: Portage. HEX triplet: 97, 90 and EC. RGB value is (151,144,236). Sum of RGB (Red+Green+Blue) = 151+144+236=531 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.44% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #9790EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9790EC is #686F13. Grayscale: #9C9C9C. Windows color (decimal): -6844180 or 15503511. OLE color: 15503511.
HSL color Cylindrical-coordinate representation of color #9790EC: hue angle of 244.57º 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 #9790EC is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 144 | 236 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.07 |
| HSL | 244.57º | 0.71% | 0.75% | - |
| HSV(B) | 244.57º | 0.39% | 0.93% | - |
| XYZ | 37.88 | 32.58 | 83.65 | - |
| YUV | 156.58 | 172.82 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 144 | 236 | 0.36 | 0.39 | 0 | 0.07 | 244.57 | 0.71 | 0.75 |
| Hex | 97 | 90 | EC | 24 | 27 | 0 | 7 | F5 | 47 | 4B |
| Octal | 227 | 220 | 354 | 44 | 47 | 0 | 7 | 365 | 107 | 113 |
| Binary | 10010111 | 10010000 | 11101100 | 100100 | 100111 | 0 | 111 | 11110101 | 1000111 | 1001011 |
Color Harmonies of #9790EC
Complementary color
Monochromatic Colors of #9790EC
Black with #9790EC
Text Example
Text Example
White with #9790EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9790EC; }
p { color: rgb(151,144,236); }
H1.HeaderClassName
{
color: #9790EC;
}
.AnyTagClassName
{
color: #9790EC;
}
</style>
background-color css
<style>
a { background-color: #9790EC; }
a { background-color: rgb(151,144,236); }
div.DivClassName
{
background-color: #9790EC;
}
.BgClassName
{
background-color: #9790EC;
}
</style>
border-color css
<style>
span { border-color: #9790EC; }
span { border-color: rgb(151,144,236); }
td.TdClassName
{
border-color: #9790EC;
}
.TagClassName
{
border-color: #9790EC;
}
</style>