Shades of Portage #9B9EE8
Tints of Portage #9B9EE8
RGB
CMYK
RGB Variations
Color information
#9B9EE8 (or 0x9B9EE8) is known color: Portage. HEX triplet: 9B, 9E and E8. RGB value is (155,158,232). Sum of RGB (Red+Green+Blue) = 155+158+232=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #9B9EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9EE8 is #646117. Grayscale: #A5A5A5. Windows color (decimal): -6578456 or 15244955. OLE color: 15244955.
HSL color Cylindrical-coordinate representation of color #9B9EE8: hue angle of 237.66º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B9EE8 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 158 | 232 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.09 |
| HSL | 237.66º | 0.63% | 0.76% | - |
| HSV(B) | 237.66º | 0.33% | 0.91% | - |
| XYZ | 40.31 | 37.25 | 81.41 | - |
| YUV | 165.54 | 165.51 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 158 | 232 | 0.33 | 0.32 | 0 | 0.09 | 237.66 | 0.63 | 0.76 |
| Hex | 9B | 9E | E8 | 21 | 20 | 0 | 9 | EE | 3F | 4C |
| Octal | 233 | 236 | 350 | 41 | 40 | 0 | 11 | 356 | 77 | 114 |
| Binary | 10011011 | 10011110 | 11101000 | 100001 | 100000 | 0 | 1001 | 11101110 | 111111 | 1001100 |
Color Harmonies of #9B9EE8
Complementary color
Monochromatic Colors of #9B9EE8
Black with #9B9EE8
Text Example
Text Example
White with #9B9EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9EE8; }
p { color: rgb(155,158,232); }
H1.HeaderClassName
{
color: #9B9EE8;
}
.AnyTagClassName
{
color: #9B9EE8;
}
</style>
background-color css
<style>
a { background-color: #9B9EE8; }
a { background-color: rgb(155,158,232); }
div.DivClassName
{
background-color: #9B9EE8;
}
.BgClassName
{
background-color: #9B9EE8;
}
</style>
border-color css
<style>
span { border-color: #9B9EE8; }
span { border-color: rgb(155,158,232); }
td.TdClassName
{
border-color: #9B9EE8;
}
.TagClassName
{
border-color: #9B9EE8;
}
</style>