Shades of Portage #9A99E7
Tints of Portage #9A99E7
RGB
CMYK
RGB Variations
Color information
#9A99E7 (or 0x9A99E7) is known color: Portage. HEX triplet: 9A, 99 and E7. RGB value is (154,153,231). Sum of RGB (Red+Green+Blue) = 154+153+231=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #9A99E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A99E7 is #656618. Grayscale: #A1A1A1. Windows color (decimal): -6645273 or 15178138. OLE color: 15178138.
HSL color Cylindrical-coordinate representation of color #9A99E7: hue angle of 240.77º 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 #9A99E7 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 153 | 231 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.09 |
| HSL | 240.77º | 0.62% | 0.75% | - |
| HSV(B) | 240.77º | 0.34% | 0.91% | - |
| XYZ | 39.14 | 35.42 | 80.38 | - |
| YUV | 162.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 231 | 0.33 | 0.34 | 0 | 0.09 | 240.77 | 0.62 | 0.75 |
| Hex | 9A | 99 | E7 | 21 | 22 | 0 | 9 | F1 | 3E | 4B |
| Octal | 232 | 231 | 347 | 41 | 42 | 0 | 11 | 361 | 76 | 113 |
| Binary | 10011010 | 10011001 | 11100111 | 100001 | 100010 | 0 | 1001 | 11110001 | 111110 | 1001011 |
Color Harmonies of #9A99E7
Complementary color
Monochromatic Colors of #9A99E7
Black with #9A99E7
Text Example
Text Example
White with #9A99E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A99E7; }
p { color: rgb(154,153,231); }
H1.HeaderClassName
{
color: #9A99E7;
}
.AnyTagClassName
{
color: #9A99E7;
}
</style>
background-color css
<style>
a { background-color: #9A99E7; }
a { background-color: rgb(154,153,231); }
div.DivClassName
{
background-color: #9A99E7;
}
.BgClassName
{
background-color: #9A99E7;
}
</style>
border-color css
<style>
span { border-color: #9A99E7; }
span { border-color: rgb(154,153,231); }
td.TdClassName
{
border-color: #9A99E7;
}
.TagClassName
{
border-color: #9A99E7;
}
</style>