Shades of Portage #9AA0DC
Tints of Portage #9AA0DC
RGB
CMYK
RGB Variations
Color information
#9AA0DC (or 0x9AA0DC) is known color: Portage. HEX triplet: 9A, A0 and DC. RGB value is (154,160,220). Sum of RGB (Red+Green+Blue) = 154+160+220=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AA0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA0DC is #655F23. Grayscale: #A4A4A4. Windows color (decimal): -6643492 or 14459034. OLE color: 14459034.
HSL color Cylindrical-coordinate representation of color #9AA0DC: hue angle of 234.55º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AA0DC is Cyan = 0.3, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 160 | 220 | - |
| CMYK | 0.3 | 0.27 | 0 | 0.14 |
| HSL | 234.55º | 0.49% | 0.73% | - |
| HSV(B) | 234.55º | 0.3% | 0.86% | - |
| XYZ | 38.82 | 37.18 | 72.84 | - |
| YUV | 165.05 | 159.01 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 160 | 220 | 0.3 | 0.27 | 0 | 0.14 | 234.55 | 0.49 | 0.73 |
| Hex | 9A | A0 | DC | 1E | 1B | 0 | E | EB | 31 | 49 |
| Octal | 232 | 240 | 334 | 36 | 33 | 0 | 16 | 353 | 61 | 111 |
| Binary | 10011010 | 10100000 | 11011100 | 11110 | 11011 | 0 | 1110 | 11101011 | 110001 | 1001001 |
Color Harmonies of #9AA0DC
Complementary color
Monochromatic Colors of #9AA0DC
Black with #9AA0DC
Text Example
Text Example
White with #9AA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA0DC; }
p { color: rgb(154,160,220); }
H1.HeaderClassName
{
color: #9AA0DC;
}
.AnyTagClassName
{
color: #9AA0DC;
}
</style>
background-color css
<style>
a { background-color: #9AA0DC; }
a { background-color: rgb(154,160,220); }
div.DivClassName
{
background-color: #9AA0DC;
}
.BgClassName
{
background-color: #9AA0DC;
}
</style>
border-color css
<style>
span { border-color: #9AA0DC; }
span { border-color: rgb(154,160,220); }
td.TdClassName
{
border-color: #9AA0DC;
}
.TagClassName
{
border-color: #9AA0DC;
}
</style>