Shades of Portage #9B9AFA
Tints of Portage #9B9AFA
RGB
CMYK
RGB Variations
Color information
#9B9AFA (or 0x9B9AFA) is known color: Portage. HEX triplet: 9B, 9A and FA. RGB value is (155,154,250). Sum of RGB (Red+Green+Blue) = 155+154+250=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B9AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9AFA is #646505. Grayscale: #A4A4A4. Windows color (decimal): -6579462 or 16423579. OLE color: 16423579.
HSL color Cylindrical-coordinate representation of color #9B9AFA: hue angle of 240.62º degrees, saturation: 0.91, 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 #9B9AFA is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 154 | 250 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.02 |
| HSL | 240.63º | 0.91% | 0.79% | - |
| HSV(B) | 240.63º | 0.38% | 0.98% | - |
| XYZ | 42.33 | 36.98 | 95.35 | - |
| YUV | 165.24 | 175.83 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 154 | 250 | 0.38 | 0.38 | 0 | 0.02 | 240.63 | 0.91 | 0.79 |
| Hex | 9B | 9A | FA | 26 | 26 | 0 | 2 | F1 | 5B | 4F |
| Octal | 233 | 232 | 372 | 46 | 46 | 0 | 2 | 361 | 133 | 117 |
| Binary | 10011011 | 10011010 | 11111010 | 100110 | 100110 | 0 | 10 | 11110001 | 1011011 | 1001111 |
Color Harmonies of #9B9AFA
Complementary color
Monochromatic Colors of #9B9AFA
Black with #9B9AFA
Text Example
Text Example
White with #9B9AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9AFA; }
p { color: rgb(155,154,250); }
H1.HeaderClassName
{
color: #9B9AFA;
}
.AnyTagClassName
{
color: #9B9AFA;
}
</style>
background-color css
<style>
a { background-color: #9B9AFA; }
a { background-color: rgb(155,154,250); }
div.DivClassName
{
background-color: #9B9AFA;
}
.BgClassName
{
background-color: #9B9AFA;
}
</style>
border-color css
<style>
span { border-color: #9B9AFA; }
span { border-color: rgb(155,154,250); }
td.TdClassName
{
border-color: #9B9AFA;
}
.TagClassName
{
border-color: #9B9AFA;
}
</style>