Shades of Portage #9B9EED
Tints of Portage #9B9EED
RGB
CMYK
RGB Variations
Color information
#9B9EED (or 0x9B9EED) is known color: Portage. HEX triplet: 9B, 9E and ED. RGB value is (155,158,237). Sum of RGB (Red+Green+Blue) = 155+158+237=550 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.18% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B9EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9EED is #646112. Grayscale: #A5A5A5. Windows color (decimal): -6578451 or 15572635. OLE color: 15572635.
HSL color Cylindrical-coordinate representation of color #9B9EED: hue angle of 237.8º degrees, saturation: 0.69, 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 #9B9EED is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 158 | 237 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.07 |
| HSL | 237.8º | 0.69% | 0.77% | - |
| HSV(B) | 237.8º | 0.35% | 0.93% | - |
| XYZ | 41.03 | 37.54 | 85.2 | - |
| YUV | 166.11 | 168.01 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 158 | 237 | 0.35 | 0.33 | 0 | 0.07 | 237.8 | 0.69 | 0.77 |
| Hex | 9B | 9E | ED | 23 | 21 | 0 | 7 | EE | 45 | 4D |
| Octal | 233 | 236 | 355 | 43 | 41 | 0 | 7 | 356 | 105 | 115 |
| Binary | 10011011 | 10011110 | 11101101 | 100011 | 100001 | 0 | 111 | 11101110 | 1000101 | 1001101 |
Color Harmonies of #9B9EED
Complementary color
Monochromatic Colors of #9B9EED
Black with #9B9EED
Text Example
Text Example
White with #9B9EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9EED; }
p { color: rgb(155,158,237); }
H1.HeaderClassName
{
color: #9B9EED;
}
.AnyTagClassName
{
color: #9B9EED;
}
</style>
background-color css
<style>
a { background-color: #9B9EED; }
a { background-color: rgb(155,158,237); }
div.DivClassName
{
background-color: #9B9EED;
}
.BgClassName
{
background-color: #9B9EED;
}
</style>
border-color css
<style>
span { border-color: #9B9EED; }
span { border-color: rgb(155,158,237); }
td.TdClassName
{
border-color: #9B9EED;
}
.TagClassName
{
border-color: #9B9EED;
}
</style>