Shades of Portage #9A9AFF
Tints of Portage #9A9AFF
RGB
CMYK
RGB Variations
Color information
#9A9AFF (or 0x9A9AFF) is known color: Portage. HEX triplet: 9A, 9A and FF. RGB value is (154,154,255). Sum of RGB (Red+Green+Blue) = 154+154+255=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A9AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9AFF is #656500. Grayscale: #A5A5A5. Windows color (decimal): -6644993 or 16751258. OLE color: 16751258.
HSL color Cylindrical-coordinate representation of color #9A9AFF: hue angle of 240º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A9AFF is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 154 | 255 | - |
| CMYK | 0.40 | 0.40 | 0 | 0 |
| HSL | 240º | 1% | 0.8% | - |
| HSV(B) | 240º | 0.4% | 1% | - |
| XYZ | 42.93 | 37.2 | 99.53 | - |
| YUV | 165.51 | 178.5 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 154 | 255 | 0.40 | 0.40 | 0 | 0 | 240 | 1 | 0.8 |
| Hex | 9A | 9A | FF | 28 | 28 | 0 | 0 | F0 | 64 | 50 |
| Octal | 232 | 232 | 377 | 50 | 50 | 0 | 0 | 360 | 144 | 120 |
| Binary | 10011010 | 10011010 | 11111111 | 101000 | 101000 | 0 | 0 | 11110000 | 1100100 | 1010000 |
Color Harmonies of #9A9AFF
Complementary color
Monochromatic Colors of #9A9AFF
Black with #9A9AFF
Text Example
Text Example
White with #9A9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9AFF; }
p { color: rgb(154,154,255); }
H1.HeaderClassName
{
color: #9A9AFF;
}
.AnyTagClassName
{
color: #9A9AFF;
}
</style>
background-color css
<style>
a { background-color: #9A9AFF; }
a { background-color: rgb(154,154,255); }
div.DivClassName
{
background-color: #9A9AFF;
}
.BgClassName
{
background-color: #9A9AFF;
}
</style>
border-color css
<style>
span { border-color: #9A9AFF; }
span { border-color: rgb(154,154,255); }
td.TdClassName
{
border-color: #9A9AFF;
}
.TagClassName
{
border-color: #9A9AFF;
}
</style>