Shades of Portage #9A9AF9
Tints of Portage #9A9AF9
RGB
CMYK
RGB Variations
Color information
#9A9AF9 (or 0x9A9AF9) is known color: Portage. HEX triplet: 9A, 9A and F9. RGB value is (154,154,249). Sum of RGB (Red+Green+Blue) = 154+154+249=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A9AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9AF9 is #656506. Grayscale: #A4A4A4. Windows color (decimal): -6644999 or 16358042. OLE color: 16358042.
HSL color Cylindrical-coordinate representation of color #9A9AF9: hue angle of 240º 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 #9A9AF9 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 154 | 249 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.02 |
| HSL | 240º | 0.89% | 0.79% | - |
| HSV(B) | 240º | 0.38% | 0.98% | - |
| XYZ | 41.98 | 36.82 | 94.52 | - |
| YUV | 164.83 | 175.5 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 154 | 249 | 0.38 | 0.38 | 0 | 0.02 | 240 | 0.89 | 0.79 |
| Hex | 9A | 9A | F9 | 26 | 26 | 0 | 2 | F0 | 59 | 4F |
| Octal | 232 | 232 | 371 | 46 | 46 | 0 | 2 | 360 | 131 | 117 |
| Binary | 10011010 | 10011010 | 11111001 | 100110 | 100110 | 0 | 10 | 11110000 | 1011001 | 1001111 |
Color Harmonies of #9A9AF9
Complementary color
Monochromatic Colors of #9A9AF9
Black with #9A9AF9
Text Example
Text Example
White with #9A9AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9AF9; }
p { color: rgb(154,154,249); }
H1.HeaderClassName
{
color: #9A9AF9;
}
.AnyTagClassName
{
color: #9A9AF9;
}
</style>
background-color css
<style>
a { background-color: #9A9AF9; }
a { background-color: rgb(154,154,249); }
div.DivClassName
{
background-color: #9A9AF9;
}
.BgClassName
{
background-color: #9A9AF9;
}
</style>
border-color css
<style>
span { border-color: #9A9AF9; }
span { border-color: rgb(154,154,249); }
td.TdClassName
{
border-color: #9A9AF9;
}
.TagClassName
{
border-color: #9A9AF9;
}
</style>