Shades of Portage #9A98E7
Tints of Portage #9A98E7
RGB
CMYK
RGB Variations
Color information
#9A98E7 (or 0x9A98E7) is known color: Portage. HEX triplet: 9A, 98 and E7. RGB value is (154,152,231). Sum of RGB (Red+Green+Blue) = 154+152+231=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #9A98E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A98E7 is #656718. Grayscale: #A1A1A1. Windows color (decimal): -6645529 or 15177882. OLE color: 15177882.
HSL color Cylindrical-coordinate representation of color #9A98E7: hue angle of 241.52º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A98E7 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 152 | 231 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.09 |
| HSL | 241.52º | 0.62% | 0.75% | - |
| HSV(B) | 241.52º | 0.34% | 0.91% | - |
| XYZ | 38.98 | 35.1 | 80.32 | - |
| YUV | 161.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 231 | 0.33 | 0.34 | 0 | 0.09 | 241.52 | 0.62 | 0.75 |
| Hex | 9A | 98 | E7 | 21 | 22 | 0 | 9 | F2 | 3E | 4B |
| Octal | 232 | 230 | 347 | 41 | 42 | 0 | 11 | 362 | 76 | 113 |
| Binary | 10011010 | 10011000 | 11100111 | 100001 | 100010 | 0 | 1001 | 11110010 | 111110 | 1001011 |
Color Harmonies of #9A98E7
Complementary color
Monochromatic Colors of #9A98E7
Black with #9A98E7
Text Example
Text Example
White with #9A98E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A98E7; }
p { color: rgb(154,152,231); }
H1.HeaderClassName
{
color: #9A98E7;
}
.AnyTagClassName
{
color: #9A98E7;
}
</style>
background-color css
<style>
a { background-color: #9A98E7; }
a { background-color: rgb(154,152,231); }
div.DivClassName
{
background-color: #9A98E7;
}
.BgClassName
{
background-color: #9A98E7;
}
</style>
border-color css
<style>
span { border-color: #9A98E7; }
span { border-color: rgb(154,152,231); }
td.TdClassName
{
border-color: #9A98E7;
}
.TagClassName
{
border-color: #9A98E7;
}
</style>