Shades of Portage #9BA2DB
Tints of Portage #9BA2DB
RGB
CMYK
RGB Variations
Color information
#9BA2DB (or 0x9BA2DB) is known color: Portage. HEX triplet: 9B, A2 and DB. RGB value is (155,162,219). Sum of RGB (Red+Green+Blue) = 155+162+219=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BA2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA2DB is #645D24. Grayscale: #A6A6A6. Windows color (decimal): -6577445 or 14394011. OLE color: 14394011.
HSL color Cylindrical-coordinate representation of color #9BA2DB: hue angle of 233.44º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BA2DB is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 162 | 219 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.14 |
| HSL | 233.44º | 0.47% | 0.73% | - |
| HSV(B) | 233.44º | 0.29% | 0.86% | - |
| XYZ | 39.22 | 37.92 | 72.27 | - |
| YUV | 166.41 | 157.68 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 219 | 0.29 | 0.26 | 0 | 0.14 | 233.44 | 0.47 | 0.73 |
| Hex | 9B | A2 | DB | 1D | 1A | 0 | E | E9 | 2F | 49 |
| Octal | 233 | 242 | 333 | 35 | 32 | 0 | 16 | 351 | 57 | 111 |
| Binary | 10011011 | 10100010 | 11011011 | 11101 | 11010 | 0 | 1110 | 11101001 | 101111 | 1001001 |
Color Harmonies of #9BA2DB
Complementary color
Monochromatic Colors of #9BA2DB
Black with #9BA2DB
Text Example
Text Example
White with #9BA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA2DB; }
p { color: rgb(155,162,219); }
H1.HeaderClassName
{
color: #9BA2DB;
}
.AnyTagClassName
{
color: #9BA2DB;
}
</style>
background-color css
<style>
a { background-color: #9BA2DB; }
a { background-color: rgb(155,162,219); }
div.DivClassName
{
background-color: #9BA2DB;
}
.BgClassName
{
background-color: #9BA2DB;
}
</style>
border-color css
<style>
span { border-color: #9BA2DB; }
span { border-color: rgb(155,162,219); }
td.TdClassName
{
border-color: #9BA2DB;
}
.TagClassName
{
border-color: #9BA2DB;
}
</style>