Shades of Portage #9BA2EC
Tints of Portage #9BA2EC
RGB
CMYK
RGB Variations
Color information
#9BA2EC (or 0x9BA2EC) is known color: Portage. HEX triplet: 9B, A2 and EC. RGB value is (155,162,236). Sum of RGB (Red+Green+Blue) = 155+162+236=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BA2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA2EC is #645D13. Grayscale: #A8A8A8. Windows color (decimal): -6577428 or 15508123. OLE color: 15508123.
HSL color Cylindrical-coordinate representation of color #9BA2EC: hue angle of 234.81º 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 #9BA2EC is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 162 | 236 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.07 |
| HSL | 234.81º | 0.68% | 0.77% | - |
| HSV(B) | 234.81º | 0.34% | 0.93% | - |
| XYZ | 41.58 | 38.87 | 84.67 | - |
| YUV | 168.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 236 | 0.34 | 0.31 | 0 | 0.07 | 234.81 | 0.68 | 0.77 |
| Hex | 9B | A2 | EC | 22 | 1F | 0 | 7 | EB | 44 | 4D |
| Octal | 233 | 242 | 354 | 42 | 37 | 0 | 7 | 353 | 104 | 115 |
| Binary | 10011011 | 10100010 | 11101100 | 100010 | 11111 | 0 | 111 | 11101011 | 1000100 | 1001101 |
Color Harmonies of #9BA2EC
Complementary color
Monochromatic Colors of #9BA2EC
Black with #9BA2EC
Text Example
Text Example
White with #9BA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA2EC; }
p { color: rgb(155,162,236); }
H1.HeaderClassName
{
color: #9BA2EC;
}
.AnyTagClassName
{
color: #9BA2EC;
}
</style>
background-color css
<style>
a { background-color: #9BA2EC; }
a { background-color: rgb(155,162,236); }
div.DivClassName
{
background-color: #9BA2EC;
}
.BgClassName
{
background-color: #9BA2EC;
}
</style>
border-color css
<style>
span { border-color: #9BA2EC; }
span { border-color: rgb(155,162,236); }
td.TdClassName
{
border-color: #9BA2EC;
}
.TagClassName
{
border-color: #9BA2EC;
}
</style>