Shades of Portage #9AA5E9
Tints of Portage #9AA5E9
RGB
CMYK
RGB Variations
Color information
#9AA5E9 (or 0x9AA5E9) is known color: Portage. HEX triplet: 9A, A5 and E9. RGB value is (154,165,233). Sum of RGB (Red+Green+Blue) = 154+165+233=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #9AA5E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA5E9 is #655A16. Grayscale: #A9A9A9. Windows color (decimal): -6642199 or 15312282. OLE color: 15312282.
HSL color Cylindrical-coordinate representation of color #9AA5E9: hue angle of 231.65º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AA5E9 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 165 | 233 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.09 |
| HSL | 231.65º | 0.64% | 0.76% | - |
| HSV(B) | 231.65º | 0.34% | 0.91% | - |
| XYZ | 41.49 | 39.66 | 82.56 | - |
| YUV | 169.46 | 163.86 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 233 | 0.34 | 0.29 | 0 | 0.09 | 231.65 | 0.64 | 0.76 |
| Hex | 9A | A5 | E9 | 22 | 1D | 0 | 9 | E8 | 40 | 4C |
| Octal | 232 | 245 | 351 | 42 | 35 | 0 | 11 | 350 | 100 | 114 |
| Binary | 10011010 | 10100101 | 11101001 | 100010 | 11101 | 0 | 1001 | 11101000 | 1000000 | 1001100 |
Color Harmonies of #9AA5E9
Complementary color
Monochromatic Colors of #9AA5E9
Black with #9AA5E9
Text Example
Text Example
White with #9AA5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA5E9; }
p { color: rgb(154,165,233); }
H1.HeaderClassName
{
color: #9AA5E9;
}
.AnyTagClassName
{
color: #9AA5E9;
}
</style>
background-color css
<style>
a { background-color: #9AA5E9; }
a { background-color: rgb(154,165,233); }
div.DivClassName
{
background-color: #9AA5E9;
}
.BgClassName
{
background-color: #9AA5E9;
}
</style>
border-color css
<style>
span { border-color: #9AA5E9; }
span { border-color: rgb(154,165,233); }
td.TdClassName
{
border-color: #9AA5E9;
}
.TagClassName
{
border-color: #9AA5E9;
}
</style>