Shades of Portage #9BA3EB
Tints of Portage #9BA3EB
RGB
CMYK
RGB Variations
Color information
#9BA3EB (or 0x9BA3EB) is known color: Portage. HEX triplet: 9B, A3 and EB. RGB value is (155,163,235). Sum of RGB (Red+Green+Blue) = 155+163+235=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BA3EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA3EB is #645C14. Grayscale: #A8A8A8. Windows color (decimal): -6577173 or 15442843. OLE color: 15442843.
HSL color Cylindrical-coordinate representation of color #9BA3EB: hue angle of 234º degrees, saturation: 0.67, 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 #9BA3EB is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 163 | 235 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.08 |
| HSL | 234º | 0.67% | 0.76% | - |
| HSV(B) | 234º | 0.34% | 0.92% | - |
| XYZ | 41.61 | 39.16 | 83.96 | - |
| YUV | 168.82 | 165.35 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 235 | 0.34 | 0.31 | 0 | 0.08 | 234 | 0.67 | 0.76 |
| Hex | 9B | A3 | EB | 22 | 1F | 0 | 8 | EA | 43 | 4C |
| Octal | 233 | 243 | 353 | 42 | 37 | 0 | 10 | 352 | 103 | 114 |
| Binary | 10011011 | 10100011 | 11101011 | 100010 | 11111 | 0 | 1000 | 11101010 | 1000011 | 1001100 |
Color Harmonies of #9BA3EB
Complementary color
Monochromatic Colors of #9BA3EB
Black with #9BA3EB
Text Example
Text Example
White with #9BA3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA3EB; }
p { color: rgb(155,163,235); }
H1.HeaderClassName
{
color: #9BA3EB;
}
.AnyTagClassName
{
color: #9BA3EB;
}
</style>
background-color css
<style>
a { background-color: #9BA3EB; }
a { background-color: rgb(155,163,235); }
div.DivClassName
{
background-color: #9BA3EB;
}
.BgClassName
{
background-color: #9BA3EB;
}
</style>
border-color css
<style>
span { border-color: #9BA3EB; }
span { border-color: rgb(155,163,235); }
td.TdClassName
{
border-color: #9BA3EB;
}
.TagClassName
{
border-color: #9BA3EB;
}
</style>