Shades of Portage #9BA3EC
Tints of Portage #9BA3EC
RGB
CMYK
RGB Variations
Color information
#9BA3EC (or 0x9BA3EC) is known color: Portage. HEX triplet: 9B, A3 and EC. RGB value is (155,163,236). Sum of RGB (Red+Green+Blue) = 155+163+236=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BA3EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA3EC is #645C13. Grayscale: #A8A8A8. Windows color (decimal): -6577172 or 15508379. OLE color: 15508379.
HSL color Cylindrical-coordinate representation of color #9BA3EC: hue angle of 234.07º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BA3EC is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 163 | 236 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.07 |
| HSL | 234.07º | 0.68% | 0.77% | - |
| HSV(B) | 234.07º | 0.34% | 0.93% | - |
| XYZ | 41.76 | 39.22 | 84.73 | - |
| YUV | 168.93 | 165.85 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 236 | 0.34 | 0.31 | 0 | 0.07 | 234.07 | 0.68 | 0.77 |
| Hex | 9B | A3 | EC | 22 | 1F | 0 | 7 | EA | 44 | 4D |
| Octal | 233 | 243 | 354 | 42 | 37 | 0 | 7 | 352 | 104 | 115 |
| Binary | 10011011 | 10100011 | 11101100 | 100010 | 11111 | 0 | 111 | 11101010 | 1000100 | 1001101 |
Color Harmonies of #9BA3EC
Complementary color
Monochromatic Colors of #9BA3EC
Black with #9BA3EC
Text Example
Text Example
White with #9BA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA3EC; }
p { color: rgb(155,163,236); }
H1.HeaderClassName
{
color: #9BA3EC;
}
.AnyTagClassName
{
color: #9BA3EC;
}
</style>
background-color css
<style>
a { background-color: #9BA3EC; }
a { background-color: rgb(155,163,236); }
div.DivClassName
{
background-color: #9BA3EC;
}
.BgClassName
{
background-color: #9BA3EC;
}
</style>
border-color css
<style>
span { border-color: #9BA3EC; }
span { border-color: rgb(155,163,236); }
td.TdClassName
{
border-color: #9BA3EC;
}
.TagClassName
{
border-color: #9BA3EC;
}
</style>