Shades of Portage #9B9AED
Tints of Portage #9B9AED
RGB
CMYK
RGB Variations
Color information
#9B9AED (or 0x9B9AED) is known color: Portage. HEX triplet: 9B, 9A and ED. RGB value is (155,154,237). Sum of RGB (Red+Green+Blue) = 155+154+237=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B9AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9AED is #646512. Grayscale: #A3A3A3. Windows color (decimal): -6579475 or 15571611. OLE color: 15571611.
HSL color Cylindrical-coordinate representation of color #9B9AED: hue angle of 240.72º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B9AED is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 154 | 237 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.07 |
| HSL | 240.72º | 0.7% | 0.77% | - |
| HSV(B) | 240.72º | 0.35% | 0.93% | - |
| XYZ | 40.36 | 36.19 | 84.98 | - |
| YUV | 163.76 | 169.33 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 154 | 237 | 0.35 | 0.35 | 0 | 0.07 | 240.72 | 0.7 | 0.77 |
| Hex | 9B | 9A | ED | 23 | 23 | 0 | 7 | F1 | 46 | 4D |
| Octal | 233 | 232 | 355 | 43 | 43 | 0 | 7 | 361 | 106 | 115 |
| Binary | 10011011 | 10011010 | 11101101 | 100011 | 100011 | 0 | 111 | 11110001 | 1000110 | 1001101 |
Color Harmonies of #9B9AED
Complementary color
Monochromatic Colors of #9B9AED
Black with #9B9AED
Text Example
Text Example
White with #9B9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9AED; }
p { color: rgb(155,154,237); }
H1.HeaderClassName
{
color: #9B9AED;
}
.AnyTagClassName
{
color: #9B9AED;
}
</style>
background-color css
<style>
a { background-color: #9B9AED; }
a { background-color: rgb(155,154,237); }
div.DivClassName
{
background-color: #9B9AED;
}
.BgClassName
{
background-color: #9B9AED;
}
</style>
border-color css
<style>
span { border-color: #9B9AED; }
span { border-color: rgb(155,154,237); }
td.TdClassName
{
border-color: #9B9AED;
}
.TagClassName
{
border-color: #9B9AED;
}
</style>