Shades of Portage #9BA5DB
Tints of Portage #9BA5DB
RGB
CMYK
RGB Variations
Color information
#9BA5DB (or 0x9BA5DB) is known color: Portage. HEX triplet: 9B, A5 and DB. RGB value is (155,165,219). Sum of RGB (Red+Green+Blue) = 155+165+219=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BA5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA5DB is #645A24. Grayscale: #A7A7A7. Windows color (decimal): -6576677 or 14394779. OLE color: 14394779.
HSL color Cylindrical-coordinate representation of color #9BA5DB: hue angle of 230.62º 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 #9BA5DB is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 165 | 219 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.14 |
| HSL | 230.63º | 0.47% | 0.73% | - |
| HSV(B) | 230.63º | 0.29% | 0.86% | - |
| XYZ | 39.76 | 38.99 | 72.45 | - |
| YUV | 168.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 219 | 0.29 | 0.25 | 0 | 0.14 | 230.63 | 0.47 | 0.73 |
| Hex | 9B | A5 | DB | 1D | 19 | 0 | E | E7 | 2F | 49 |
| Octal | 233 | 245 | 333 | 35 | 31 | 0 | 16 | 347 | 57 | 111 |
| Binary | 10011011 | 10100101 | 11011011 | 11101 | 11001 | 0 | 1110 | 11100111 | 101111 | 1001001 |
Color Harmonies of #9BA5DB
Complementary color
Monochromatic Colors of #9BA5DB
Black with #9BA5DB
Text Example
Text Example
White with #9BA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA5DB; }
p { color: rgb(155,165,219); }
H1.HeaderClassName
{
color: #9BA5DB;
}
.AnyTagClassName
{
color: #9BA5DB;
}
</style>
background-color css
<style>
a { background-color: #9BA5DB; }
a { background-color: rgb(155,165,219); }
div.DivClassName
{
background-color: #9BA5DB;
}
.BgClassName
{
background-color: #9BA5DB;
}
</style>
border-color css
<style>
span { border-color: #9BA5DB; }
span { border-color: rgb(155,165,219); }
td.TdClassName
{
border-color: #9BA5DB;
}
.TagClassName
{
border-color: #9BA5DB;
}
</style>