Shades of Portage #9AA5EA
Tints of Portage #9AA5EA
RGB
CMYK
RGB Variations
Color information
#9AA5EA (or 0x9AA5EA) is known color: Portage. HEX triplet: 9A, A5 and EA. RGB value is (154,165,234). Sum of RGB (Red+Green+Blue) = 154+165+234=553 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.85% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AA5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA5EA is #655A15. Grayscale: #A9A9A9. Windows color (decimal): -6642198 or 15377818. OLE color: 15377818.
HSL color Cylindrical-coordinate representation of color #9AA5EA: hue angle of 231.75º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AA5EA is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 165 | 234 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.08 |
| HSL | 231.75º | 0.66% | 0.76% | - |
| HSV(B) | 231.75º | 0.34% | 0.92% | - |
| XYZ | 41.63 | 39.72 | 83.31 | - |
| YUV | 169.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 234 | 0.34 | 0.29 | 0 | 0.08 | 231.75 | 0.66 | 0.76 |
| Hex | 9A | A5 | EA | 22 | 1D | 0 | 8 | E8 | 42 | 4C |
| Octal | 232 | 245 | 352 | 42 | 35 | 0 | 10 | 350 | 102 | 114 |
| Binary | 10011010 | 10100101 | 11101010 | 100010 | 11101 | 0 | 1000 | 11101000 | 1000010 | 1001100 |
Color Harmonies of #9AA5EA
Complementary color
Monochromatic Colors of #9AA5EA
Black with #9AA5EA
Text Example
Text Example
White with #9AA5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA5EA; }
p { color: rgb(154,165,234); }
H1.HeaderClassName
{
color: #9AA5EA;
}
.AnyTagClassName
{
color: #9AA5EA;
}
</style>
background-color css
<style>
a { background-color: #9AA5EA; }
a { background-color: rgb(154,165,234); }
div.DivClassName
{
background-color: #9AA5EA;
}
.BgClassName
{
background-color: #9AA5EA;
}
</style>
border-color css
<style>
span { border-color: #9AA5EA; }
span { border-color: rgb(154,165,234); }
td.TdClassName
{
border-color: #9AA5EA;
}
.TagClassName
{
border-color: #9AA5EA;
}
</style>