Shades of Portage #9AA1DD
Tints of Portage #9AA1DD
RGB
CMYK
RGB Variations
Color information
#9AA1DD (or 0x9AA1DD) is known color: Portage. HEX triplet: 9A, A1 and DD. RGB value is (154,161,221). Sum of RGB (Red+Green+Blue) = 154+161+221=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #9AA1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA1DD is #655E22. Grayscale: #A5A5A5. Windows color (decimal): -6643235 or 14524826. OLE color: 14524826.
HSL color Cylindrical-coordinate representation of color #9AA1DD: hue angle of 233.73º 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 #9AA1DD is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 161 | 221 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.13 |
| HSL | 233.73º | 0.5% | 0.74% | - |
| HSV(B) | 233.73º | 0.3% | 0.87% | - |
| XYZ | 39.12 | 37.58 | 73.6 | - |
| YUV | 165.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 161 | 221 | 0.30 | 0.27 | 0 | 0.13 | 233.73 | 0.5 | 0.74 |
| Hex | 9A | A1 | DD | 1E | 1B | 0 | D | EA | 32 | 4A |
| Octal | 232 | 241 | 335 | 36 | 33 | 0 | 15 | 352 | 62 | 112 |
| Binary | 10011010 | 10100001 | 11011101 | 11110 | 11011 | 0 | 1101 | 11101010 | 110010 | 1001010 |
Color Harmonies of #9AA1DD
Complementary color
Monochromatic Colors of #9AA1DD
Black with #9AA1DD
Text Example
Text Example
White with #9AA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA1DD; }
p { color: rgb(154,161,221); }
H1.HeaderClassName
{
color: #9AA1DD;
}
.AnyTagClassName
{
color: #9AA1DD;
}
</style>
background-color css
<style>
a { background-color: #9AA1DD; }
a { background-color: rgb(154,161,221); }
div.DivClassName
{
background-color: #9AA1DD;
}
.BgClassName
{
background-color: #9AA1DD;
}
</style>
border-color css
<style>
span { border-color: #9AA1DD; }
span { border-color: rgb(154,161,221); }
td.TdClassName
{
border-color: #9AA1DD;
}
.TagClassName
{
border-color: #9AA1DD;
}
</style>