Shades of Portage #9BA0E5
Tints of Portage #9BA0E5
RGB
CMYK
RGB Variations
Color information
#9BA0E5 (or 0x9BA0E5) is known color: Portage. HEX triplet: 9B, A0 and E5. RGB value is (155,160,229). Sum of RGB (Red+Green+Blue) = 155+160+229=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #9BA0E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA0E5 is #645F1A. Grayscale: #A6A6A6. Windows color (decimal): -6577947 or 15048859. OLE color: 15048859.
HSL color Cylindrical-coordinate representation of color #9BA0E5: hue angle of 235.95º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BA0E5 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 160 | 229 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.10 |
| HSL | 235.95º | 0.59% | 0.75% | - |
| HSV(B) | 235.95º | 0.32% | 0.9% | - |
| XYZ | 40.23 | 37.77 | 79.3 | - |
| YUV | 166.37 | 163.34 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 229 | 0.32 | 0.30 | 0 | 0.10 | 235.95 | 0.59 | 0.75 |
| Hex | 9B | A0 | E5 | 20 | 1E | 0 | A | EC | 3B | 4B |
| Octal | 233 | 240 | 345 | 40 | 36 | 0 | 12 | 354 | 73 | 113 |
| Binary | 10011011 | 10100000 | 11100101 | 100000 | 11110 | 0 | 1010 | 11101100 | 111011 | 1001011 |
Color Harmonies of #9BA0E5
Complementary color
Monochromatic Colors of #9BA0E5
Black with #9BA0E5
Text Example
Text Example
White with #9BA0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA0E5; }
p { color: rgb(155,160,229); }
H1.HeaderClassName
{
color: #9BA0E5;
}
.AnyTagClassName
{
color: #9BA0E5;
}
</style>
background-color css
<style>
a { background-color: #9BA0E5; }
a { background-color: rgb(155,160,229); }
div.DivClassName
{
background-color: #9BA0E5;
}
.BgClassName
{
background-color: #9BA0E5;
}
</style>
border-color css
<style>
span { border-color: #9BA0E5; }
span { border-color: rgb(155,160,229); }
td.TdClassName
{
border-color: #9BA0E5;
}
.TagClassName
{
border-color: #9BA0E5;
}
</style>