Shades of Portage #9BA5DD
Tints of Portage #9BA5DD
RGB
CMYK
RGB Variations
Color information
#9BA5DD (or 0x9BA5DD) is known color: Portage. HEX triplet: 9B, A5 and DD. RGB value is (155,165,221). Sum of RGB (Red+Green+Blue) = 155+165+221=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BA5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA5DD is #645A22. Grayscale: #A8A8A8. Windows color (decimal): -6576675 or 14525851. OLE color: 14525851.
HSL color Cylindrical-coordinate representation of color #9BA5DD: hue angle of 230.91º degrees, saturation: 0.49, 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 #9BA5DD is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 165 | 221 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.13 |
| HSL | 230.91º | 0.49% | 0.74% | - |
| HSV(B) | 230.91º | 0.3% | 0.87% | - |
| XYZ | 40.02 | 39.1 | 73.84 | - |
| YUV | 168.39 | 157.69 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 221 | 0.30 | 0.25 | 0 | 0.13 | 230.91 | 0.49 | 0.74 |
| Hex | 9B | A5 | DD | 1E | 19 | 0 | D | E7 | 31 | 4A |
| Octal | 233 | 245 | 335 | 36 | 31 | 0 | 15 | 347 | 61 | 112 |
| Binary | 10011011 | 10100101 | 11011101 | 11110 | 11001 | 0 | 1101 | 11100111 | 110001 | 1001010 |
Color Harmonies of #9BA5DD
Complementary color
Monochromatic Colors of #9BA5DD
Black with #9BA5DD
Text Example
Text Example
White with #9BA5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA5DD; }
p { color: rgb(155,165,221); }
H1.HeaderClassName
{
color: #9BA5DD;
}
.AnyTagClassName
{
color: #9BA5DD;
}
</style>
background-color css
<style>
a { background-color: #9BA5DD; }
a { background-color: rgb(155,165,221); }
div.DivClassName
{
background-color: #9BA5DD;
}
.BgClassName
{
background-color: #9BA5DD;
}
</style>
border-color css
<style>
span { border-color: #9BA5DD; }
span { border-color: rgb(155,165,221); }
td.TdClassName
{
border-color: #9BA5DD;
}
.TagClassName
{
border-color: #9BA5DD;
}
</style>