Shades of Portage #9BA3DA
Tints of Portage #9BA3DA
RGB
CMYK
RGB Variations
Color information
#9BA3DA (or 0x9BA3DA) is known color: Portage. HEX triplet: 9B, A3 and DA. RGB value is (155,163,218). Sum of RGB (Red+Green+Blue) = 155+163+218=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BA3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3DA is #645C25. Grayscale: #A6A6A6. Windows color (decimal): -6577190 or 14328731. OLE color: 14328731.
HSL color Cylindrical-coordinate representation of color #9BA3DA: hue angle of 232.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BA3DA is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 163 | 218 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.15 |
| HSL | 232.38º | 0.46% | 0.73% | - |
| HSV(B) | 232.38º | 0.29% | 0.85% | - |
| XYZ | 39.27 | 38.22 | 71.64 | - |
| YUV | 166.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 218 | 0.29 | 0.25 | 0 | 0.15 | 232.38 | 0.46 | 0.73 |
| Hex | 9B | A3 | DA | 1D | 19 | 0 | F | E8 | 2E | 49 |
| Octal | 233 | 243 | 332 | 35 | 31 | 0 | 17 | 350 | 56 | 111 |
| Binary | 10011011 | 10100011 | 11011010 | 11101 | 11001 | 0 | 1111 | 11101000 | 101110 | 1001001 |
Color Harmonies of #9BA3DA
Complementary color
Monochromatic Colors of #9BA3DA
Black with #9BA3DA
Text Example
Text Example
White with #9BA3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA3DA; }
p { color: rgb(155,163,218); }
H1.HeaderClassName
{
color: #9BA3DA;
}
.AnyTagClassName
{
color: #9BA3DA;
}
</style>
background-color css
<style>
a { background-color: #9BA3DA; }
a { background-color: rgb(155,163,218); }
div.DivClassName
{
background-color: #9BA3DA;
}
.BgClassName
{
background-color: #9BA3DA;
}
</style>
border-color css
<style>
span { border-color: #9BA3DA; }
span { border-color: rgb(155,163,218); }
td.TdClassName
{
border-color: #9BA3DA;
}
.TagClassName
{
border-color: #9BA3DA;
}
</style>