Shades of Portage #9BA3DF
Tints of Portage #9BA3DF
RGB
CMYK
RGB Variations
Color information
#9BA3DF (or 0x9BA3DF) is known color: Portage. HEX triplet: 9B, A3 and DF. RGB value is (155,163,223). Sum of RGB (Red+Green+Blue) = 155+163+223=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BA3DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3DF is #645C20. Grayscale: #A7A7A7. Windows color (decimal): -6577185 or 14656411. OLE color: 14656411.
HSL color Cylindrical-coordinate representation of color #9BA3DF: hue angle of 232.94º degrees, saturation: 0.52, 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 #9BA3DF is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 163 | 223 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.13 |
| HSL | 232.94º | 0.52% | 0.74% | - |
| HSV(B) | 232.94º | 0.3% | 0.87% | - |
| XYZ | 39.93 | 38.49 | 75.14 | - |
| YUV | 167.45 | 159.35 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 223 | 0.30 | 0.27 | 0 | 0.13 | 232.94 | 0.52 | 0.74 |
| Hex | 9B | A3 | DF | 1E | 1B | 0 | D | E9 | 34 | 4A |
| Octal | 233 | 243 | 337 | 36 | 33 | 0 | 15 | 351 | 64 | 112 |
| Binary | 10011011 | 10100011 | 11011111 | 11110 | 11011 | 0 | 1101 | 11101001 | 110100 | 1001010 |
Color Harmonies of #9BA3DF
Complementary color
Monochromatic Colors of #9BA3DF
Black with #9BA3DF
Text Example
Text Example
White with #9BA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA3DF; }
p { color: rgb(155,163,223); }
H1.HeaderClassName
{
color: #9BA3DF;
}
.AnyTagClassName
{
color: #9BA3DF;
}
</style>
background-color css
<style>
a { background-color: #9BA3DF; }
a { background-color: rgb(155,163,223); }
div.DivClassName
{
background-color: #9BA3DF;
}
.BgClassName
{
background-color: #9BA3DF;
}
</style>
border-color css
<style>
span { border-color: #9BA3DF; }
span { border-color: rgb(155,163,223); }
td.TdClassName
{
border-color: #9BA3DF;
}
.TagClassName
{
border-color: #9BA3DF;
}
</style>