Shades of Portage #9A9EE7
Tints of Portage #9A9EE7
RGB
CMYK
RGB Variations
Color information
#9A9EE7 (or 0x9A9EE7) is known color: Portage. HEX triplet: 9A, 9E and E7. RGB value is (154,158,231). Sum of RGB (Red+Green+Blue) = 154+158+231=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 231 - color contains mainly: blue. Hex color #9A9EE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9EE7 is #656118. Grayscale: #A4A4A4. Windows color (decimal): -6643993 or 15179418. OLE color: 15179418.
HSL color Cylindrical-coordinate representation of color #9A9EE7: hue angle of 236.88º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A9EE7 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 158 | 231 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.09 |
| HSL | 236.88º | 0.62% | 0.75% | - |
| HSV(B) | 236.88º | 0.33% | 0.91% | - |
| XYZ | 39.98 | 37.09 | 80.65 | - |
| YUV | 165.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 158 | 231 | 0.33 | 0.32 | 0 | 0.09 | 236.88 | 0.62 | 0.75 |
| Hex | 9A | 9E | E7 | 21 | 20 | 0 | 9 | ED | 3E | 4B |
| Octal | 232 | 236 | 347 | 41 | 40 | 0 | 11 | 355 | 76 | 113 |
| Binary | 10011010 | 10011110 | 11100111 | 100001 | 100000 | 0 | 1001 | 11101101 | 111110 | 1001011 |
Color Harmonies of #9A9EE7
Complementary color
Monochromatic Colors of #9A9EE7
Black with #9A9EE7
Text Example
Text Example
White with #9A9EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9EE7; }
p { color: rgb(154,158,231); }
H1.HeaderClassName
{
color: #9A9EE7;
}
.AnyTagClassName
{
color: #9A9EE7;
}
</style>
background-color css
<style>
a { background-color: #9A9EE7; }
a { background-color: rgb(154,158,231); }
div.DivClassName
{
background-color: #9A9EE7;
}
.BgClassName
{
background-color: #9A9EE7;
}
</style>
border-color css
<style>
span { border-color: #9A9EE7; }
span { border-color: rgb(154,158,231); }
td.TdClassName
{
border-color: #9A9EE7;
}
.TagClassName
{
border-color: #9A9EE7;
}
</style>