Shades of Portage #9AA3DA
Tints of Portage #9AA3DA
RGB
CMYK
RGB Variations
Color information
#9AA3DA (or 0x9AA3DA) is known color: Portage. HEX triplet: 9A, A3 and DA. RGB value is (154,163,218). Sum of RGB (Red+Green+Blue) = 154+163+218=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #9AA3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA3DA is #655C25. Grayscale: #A6A6A6. Windows color (decimal): -6642726 or 14328730. OLE color: 14328730.
HSL color Cylindrical-coordinate representation of color #9AA3DA: hue angle of 231.56º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AA3DA is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 163 | 218 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.15 |
| HSL | 231.56º | 0.46% | 0.73% | - |
| HSV(B) | 231.56º | 0.29% | 0.85% | - |
| XYZ | 39.08 | 38.13 | 71.63 | - |
| YUV | 166.58 | 157.02 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 163 | 218 | 0.29 | 0.25 | 0 | 0.15 | 231.56 | 0.46 | 0.73 |
| Hex | 9A | A3 | DA | 1D | 19 | 0 | F | E8 | 2E | 49 |
| Octal | 232 | 243 | 332 | 35 | 31 | 0 | 17 | 350 | 56 | 111 |
| Binary | 10011010 | 10100011 | 11011010 | 11101 | 11001 | 0 | 1111 | 11101000 | 101110 | 1001001 |
Color Harmonies of #9AA3DA
Complementary color
Monochromatic Colors of #9AA3DA
Black with #9AA3DA
Text Example
Text Example
White with #9AA3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA3DA; }
p { color: rgb(154,163,218); }
H1.HeaderClassName
{
color: #9AA3DA;
}
.AnyTagClassName
{
color: #9AA3DA;
}
</style>
background-color css
<style>
a { background-color: #9AA3DA; }
a { background-color: rgb(154,163,218); }
div.DivClassName
{
background-color: #9AA3DA;
}
.BgClassName
{
background-color: #9AA3DA;
}
</style>
border-color css
<style>
span { border-color: #9AA3DA; }
span { border-color: rgb(154,163,218); }
td.TdClassName
{
border-color: #9AA3DA;
}
.TagClassName
{
border-color: #9AA3DA;
}
</style>