Shades of Portage #9BA2DD
Tints of Portage #9BA2DD
RGB
CMYK
RGB Variations
Color information
#9BA2DD (or 0x9BA2DD) is known color: Portage. HEX triplet: 9B, A2 and DD. RGB value is (155,162,221). Sum of RGB (Red+Green+Blue) = 155+162+221=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BA2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA2DD is #645D22. Grayscale: #A6A6A6. Windows color (decimal): -6577443 or 14525083. OLE color: 14525083.
HSL color Cylindrical-coordinate representation of color #9BA2DD: hue angle of 233.64º 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 #9BA2DD is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 162 | 221 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.13 |
| HSL | 233.64º | 0.49% | 0.74% | - |
| HSV(B) | 233.64º | 0.3% | 0.87% | - |
| XYZ | 39.49 | 38.03 | 73.67 | - |
| YUV | 166.63 | 158.68 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 221 | 0.30 | 0.27 | 0 | 0.13 | 233.64 | 0.49 | 0.74 |
| Hex | 9B | A2 | DD | 1E | 1B | 0 | D | EA | 31 | 4A |
| Octal | 233 | 242 | 335 | 36 | 33 | 0 | 15 | 352 | 61 | 112 |
| Binary | 10011011 | 10100010 | 11011101 | 11110 | 11011 | 0 | 1101 | 11101010 | 110001 | 1001010 |
Color Harmonies of #9BA2DD
Complementary color
Monochromatic Colors of #9BA2DD
Black with #9BA2DD
Text Example
Text Example
White with #9BA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA2DD; }
p { color: rgb(155,162,221); }
H1.HeaderClassName
{
color: #9BA2DD;
}
.AnyTagClassName
{
color: #9BA2DD;
}
</style>
background-color css
<style>
a { background-color: #9BA2DD; }
a { background-color: rgb(155,162,221); }
div.DivClassName
{
background-color: #9BA2DD;
}
.BgClassName
{
background-color: #9BA2DD;
}
</style>
border-color css
<style>
span { border-color: #9BA2DD; }
span { border-color: rgb(155,162,221); }
td.TdClassName
{
border-color: #9BA2DD;
}
.TagClassName
{
border-color: #9BA2DD;
}
</style>