Shades of Portage #9A9EF9
Tints of Portage #9A9EF9
RGB
CMYK
RGB Variations
Color information
#9A9EF9 (or 0x9A9EF9) is known color: Portage. HEX triplet: 9A, 9E and F9. RGB value is (154,158,249). Sum of RGB (Red+Green+Blue) = 154+158+249=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A9EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9EF9 is #656106. Grayscale: #A6A6A6. Windows color (decimal): -6643975 or 16359066. OLE color: 16359066.
HSL color Cylindrical-coordinate representation of color #9A9EF9: hue angle of 237.47º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A9EF9 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 158 | 249 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.02 |
| HSL | 237.47º | 0.89% | 0.79% | - |
| HSV(B) | 237.47º | 0.38% | 0.98% | - |
| XYZ | 42.65 | 38.16 | 94.74 | - |
| YUV | 167.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 158 | 249 | 0.38 | 0.37 | 0 | 0.02 | 237.47 | 0.89 | 0.79 |
| Hex | 9A | 9E | F9 | 26 | 25 | 0 | 2 | ED | 59 | 4F |
| Octal | 232 | 236 | 371 | 46 | 45 | 0 | 2 | 355 | 131 | 117 |
| Binary | 10011010 | 10011110 | 11111001 | 100110 | 100101 | 0 | 10 | 11101101 | 1011001 | 1001111 |
Color Harmonies of #9A9EF9
Complementary color
Monochromatic Colors of #9A9EF9
Black with #9A9EF9
Text Example
Text Example
White with #9A9EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9EF9; }
p { color: rgb(154,158,249); }
H1.HeaderClassName
{
color: #9A9EF9;
}
.AnyTagClassName
{
color: #9A9EF9;
}
</style>
background-color css
<style>
a { background-color: #9A9EF9; }
a { background-color: rgb(154,158,249); }
div.DivClassName
{
background-color: #9A9EF9;
}
.BgClassName
{
background-color: #9A9EF9;
}
</style>
border-color css
<style>
span { border-color: #9A9EF9; }
span { border-color: rgb(154,158,249); }
td.TdClassName
{
border-color: #9A9EF9;
}
.TagClassName
{
border-color: #9A9EF9;
}
</style>