Shades of Portage #9BA3DC
Tints of Portage #9BA3DC
RGB
CMYK
RGB Variations
Color information
#9BA3DC (or 0x9BA3DC) is known color: Portage. HEX triplet: 9B, A3 and DC. RGB value is (155,163,220). Sum of RGB (Red+Green+Blue) = 155+163+220=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BA3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3DC is #645C23. Grayscale: #A6A6A6. Windows color (decimal): -6577188 or 14459803. OLE color: 14459803.
HSL color Cylindrical-coordinate representation of color #9BA3DC: hue angle of 232.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BA3DC is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 163 | 220 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.14 |
| HSL | 232.62º | 0.48% | 0.74% | - |
| HSV(B) | 232.62º | 0.3% | 0.86% | - |
| XYZ | 39.53 | 38.33 | 73.03 | - |
| YUV | 167.11 | 157.85 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 220 | 0.30 | 0.26 | 0 | 0.14 | 232.62 | 0.48 | 0.74 |
| Hex | 9B | A3 | DC | 1E | 1A | 0 | E | E9 | 30 | 4A |
| Octal | 233 | 243 | 334 | 36 | 32 | 0 | 16 | 351 | 60 | 112 |
| Binary | 10011011 | 10100011 | 11011100 | 11110 | 11010 | 0 | 1110 | 11101001 | 110000 | 1001010 |
Color Harmonies of #9BA3DC
Complementary color
Monochromatic Colors of #9BA3DC
Black with #9BA3DC
Text Example
Text Example
White with #9BA3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA3DC; }
p { color: rgb(155,163,220); }
H1.HeaderClassName
{
color: #9BA3DC;
}
.AnyTagClassName
{
color: #9BA3DC;
}
</style>
background-color css
<style>
a { background-color: #9BA3DC; }
a { background-color: rgb(155,163,220); }
div.DivClassName
{
background-color: #9BA3DC;
}
.BgClassName
{
background-color: #9BA3DC;
}
</style>
border-color css
<style>
span { border-color: #9BA3DC; }
span { border-color: rgb(155,163,220); }
td.TdClassName
{
border-color: #9BA3DC;
}
.TagClassName
{
border-color: #9BA3DC;
}
</style>