Shades of Portage #9AA3DE
Tints of Portage #9AA3DE
RGB
CMYK
RGB Variations
Color information
#9AA3DE (or 0x9AA3DE) is known color: Portage. HEX triplet: 9A, A3 and DE. RGB value is (154,163,222). Sum of RGB (Red+Green+Blue) = 154+163+222=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AA3DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA3DE is #655C21. Grayscale: #A6A6A6. Windows color (decimal): -6642722 or 14590874. OLE color: 14590874.
HSL color Cylindrical-coordinate representation of color #9AA3DE: hue angle of 232.06º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AA3DE is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 163 | 222 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.13 |
| HSL | 232.06º | 0.51% | 0.74% | - |
| HSV(B) | 232.06º | 0.31% | 0.87% | - |
| XYZ | 39.61 | 38.34 | 74.42 | - |
| YUV | 167.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 163 | 222 | 0.31 | 0.27 | 0 | 0.13 | 232.06 | 0.51 | 0.74 |
| Hex | 9A | A3 | DE | 1F | 1B | 0 | D | E8 | 33 | 4A |
| Octal | 232 | 243 | 336 | 37 | 33 | 0 | 15 | 350 | 63 | 112 |
| Binary | 10011010 | 10100011 | 11011110 | 11111 | 11011 | 0 | 1101 | 11101000 | 110011 | 1001010 |
Color Harmonies of #9AA3DE
Complementary color
Monochromatic Colors of #9AA3DE
Black with #9AA3DE
Text Example
Text Example
White with #9AA3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA3DE; }
p { color: rgb(154,163,222); }
H1.HeaderClassName
{
color: #9AA3DE;
}
.AnyTagClassName
{
color: #9AA3DE;
}
</style>
background-color css
<style>
a { background-color: #9AA3DE; }
a { background-color: rgb(154,163,222); }
div.DivClassName
{
background-color: #9AA3DE;
}
.BgClassName
{
background-color: #9AA3DE;
}
</style>
border-color css
<style>
span { border-color: #9AA3DE; }
span { border-color: rgb(154,163,222); }
td.TdClassName
{
border-color: #9AA3DE;
}
.TagClassName
{
border-color: #9AA3DE;
}
</style>