Shades of Portage #9BA0EA
Tints of Portage #9BA0EA
RGB
CMYK
RGB Variations
Color information
#9BA0EA (or 0x9BA0EA) is known color: Portage. HEX triplet: 9B, A0 and EA. RGB value is (155,160,234). Sum of RGB (Red+Green+Blue) = 155+160+234=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BA0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA0EA is #645F15. Grayscale: #A6A6A6. Windows color (decimal): -6577942 or 15376539. OLE color: 15376539.
HSL color Cylindrical-coordinate representation of color #9BA0EA: hue angle of 236.2º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BA0EA is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 160 | 234 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.08 |
| HSL | 236.2º | 0.65% | 0.76% | - |
| HSV(B) | 236.2º | 0.34% | 0.92% | - |
| XYZ | 40.94 | 38.05 | 83.03 | - |
| YUV | 166.94 | 165.84 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 234 | 0.34 | 0.32 | 0 | 0.08 | 236.2 | 0.65 | 0.76 |
| Hex | 9B | A0 | EA | 22 | 20 | 0 | 8 | EC | 41 | 4C |
| Octal | 233 | 240 | 352 | 42 | 40 | 0 | 10 | 354 | 101 | 114 |
| Binary | 10011011 | 10100000 | 11101010 | 100010 | 100000 | 0 | 1000 | 11101100 | 1000001 | 1001100 |
Color Harmonies of #9BA0EA
Complementary color
Monochromatic Colors of #9BA0EA
Black with #9BA0EA
Text Example
Text Example
White with #9BA0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA0EA; }
p { color: rgb(155,160,234); }
H1.HeaderClassName
{
color: #9BA0EA;
}
.AnyTagClassName
{
color: #9BA0EA;
}
</style>
background-color css
<style>
a { background-color: #9BA0EA; }
a { background-color: rgb(155,160,234); }
div.DivClassName
{
background-color: #9BA0EA;
}
.BgClassName
{
background-color: #9BA0EA;
}
</style>
border-color css
<style>
span { border-color: #9BA0EA; }
span { border-color: rgb(155,160,234); }
td.TdClassName
{
border-color: #9BA0EA;
}
.TagClassName
{
border-color: #9BA0EA;
}
</style>