Shades of Portage #9BA0ED
Tints of Portage #9BA0ED
RGB
CMYK
RGB Variations
Color information
#9BA0ED (or 0x9BA0ED) is known color: Portage. HEX triplet: 9B, A0 and ED. RGB value is (155,160,237). Sum of RGB (Red+Green+Blue) = 155+160+237=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BA0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA0ED is #645F12. Grayscale: #A6A6A6. Windows color (decimal): -6577939 or 15573147. OLE color: 15573147.
HSL color Cylindrical-coordinate representation of color #9BA0ED: hue angle of 236.34º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BA0ED is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 160 | 237 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.07 |
| HSL | 236.34º | 0.69% | 0.77% | - |
| HSV(B) | 236.34º | 0.35% | 0.93% | - |
| XYZ | 41.37 | 38.22 | 85.32 | - |
| YUV | 167.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 237 | 0.35 | 0.32 | 0 | 0.07 | 236.34 | 0.69 | 0.77 |
| Hex | 9B | A0 | ED | 23 | 20 | 0 | 7 | EC | 45 | 4D |
| Octal | 233 | 240 | 355 | 43 | 40 | 0 | 7 | 354 | 105 | 115 |
| Binary | 10011011 | 10100000 | 11101101 | 100011 | 100000 | 0 | 111 | 11101100 | 1000101 | 1001101 |
Color Harmonies of #9BA0ED
Complementary color
Monochromatic Colors of #9BA0ED
Black with #9BA0ED
Text Example
Text Example
White with #9BA0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA0ED; }
p { color: rgb(155,160,237); }
H1.HeaderClassName
{
color: #9BA0ED;
}
.AnyTagClassName
{
color: #9BA0ED;
}
</style>
background-color css
<style>
a { background-color: #9BA0ED; }
a { background-color: rgb(155,160,237); }
div.DivClassName
{
background-color: #9BA0ED;
}
.BgClassName
{
background-color: #9BA0ED;
}
</style>
border-color css
<style>
span { border-color: #9BA0ED; }
span { border-color: rgb(155,160,237); }
td.TdClassName
{
border-color: #9BA0ED;
}
.TagClassName
{
border-color: #9BA0ED;
}
</style>