Shades of Portage #9A90EF
Tints of Portage #9A90EF
RGB
CMYK
RGB Variations
Color information
#9A90EF (or 0x9A90EF) is known color: Portage. HEX triplet: 9A, 90 and EF. RGB value is (154,144,239). Sum of RGB (Red+Green+Blue) = 154+144+239=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #9A90EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A90EF is #656F10. Grayscale: #9D9D9D. Windows color (decimal): -6647569 or 15700122. OLE color: 15700122.
HSL color Cylindrical-coordinate representation of color #9A90EF: hue angle of 246.32º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A90EF is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 144 | 239 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.06 |
| HSL | 246.32º | 0.75% | 0.75% | - |
| HSV(B) | 246.32º | 0.4% | 0.94% | - |
| XYZ | 38.88 | 33.05 | 85.99 | - |
| YUV | 157.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 144 | 239 | 0.36 | 0.40 | 0 | 0.06 | 246.32 | 0.75 | 0.75 |
| Hex | 9A | 90 | EF | 24 | 28 | 0 | 6 | F6 | 4B | 4B |
| Octal | 232 | 220 | 357 | 44 | 50 | 0 | 6 | 366 | 113 | 113 |
| Binary | 10011010 | 10010000 | 11101111 | 100100 | 101000 | 0 | 110 | 11110110 | 1001011 | 1001011 |
Color Harmonies of #9A90EF
Complementary color
Monochromatic Colors of #9A90EF
Black with #9A90EF
Text Example
Text Example
White with #9A90EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A90EF; }
p { color: rgb(154,144,239); }
H1.HeaderClassName
{
color: #9A90EF;
}
.AnyTagClassName
{
color: #9A90EF;
}
</style>
background-color css
<style>
a { background-color: #9A90EF; }
a { background-color: rgb(154,144,239); }
div.DivClassName
{
background-color: #9A90EF;
}
.BgClassName
{
background-color: #9A90EF;
}
</style>
border-color css
<style>
span { border-color: #9A90EF; }
span { border-color: rgb(154,144,239); }
td.TdClassName
{
border-color: #9A90EF;
}
.TagClassName
{
border-color: #9A90EF;
}
</style>