Shades of Portage #9BA1DE
Tints of Portage #9BA1DE
RGB
CMYK
RGB Variations
Color information
#9BA1DE (or 0x9BA1DE) is known color: Portage. HEX triplet: 9B, A1 and DE. RGB value is (155,161,222). Sum of RGB (Red+Green+Blue) = 155+161+222=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BA1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA1DE is #645E21. Grayscale: #A5A5A5. Windows color (decimal): -6577698 or 14590363. OLE color: 14590363.
HSL color Cylindrical-coordinate representation of color #9BA1DE: hue angle of 234.63º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BA1DE is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 161 | 222 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.13 |
| HSL | 234.63º | 0.5% | 0.74% | - |
| HSV(B) | 234.63º | 0.3% | 0.87% | - |
| XYZ | 39.45 | 37.73 | 74.31 | - |
| YUV | 166.16 | 159.51 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 222 | 0.30 | 0.27 | 0 | 0.13 | 234.63 | 0.5 | 0.74 |
| Hex | 9B | A1 | DE | 1E | 1B | 0 | D | EB | 32 | 4A |
| Octal | 233 | 241 | 336 | 36 | 33 | 0 | 15 | 353 | 62 | 112 |
| Binary | 10011011 | 10100001 | 11011110 | 11110 | 11011 | 0 | 1101 | 11101011 | 110010 | 1001010 |
Color Harmonies of #9BA1DE
Complementary color
Monochromatic Colors of #9BA1DE
Black with #9BA1DE
Text Example
Text Example
White with #9BA1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA1DE; }
p { color: rgb(155,161,222); }
H1.HeaderClassName
{
color: #9BA1DE;
}
.AnyTagClassName
{
color: #9BA1DE;
}
</style>
background-color css
<style>
a { background-color: #9BA1DE; }
a { background-color: rgb(155,161,222); }
div.DivClassName
{
background-color: #9BA1DE;
}
.BgClassName
{
background-color: #9BA1DE;
}
</style>
border-color css
<style>
span { border-color: #9BA1DE; }
span { border-color: rgb(155,161,222); }
td.TdClassName
{
border-color: #9BA1DE;
}
.TagClassName
{
border-color: #9BA1DE;
}
</style>