Shades of Portage #9AA2EE
Tints of Portage #9AA2EE
RGB
CMYK
RGB Variations
Color information
#9AA2EE (or 0x9AA2EE) is known color: Portage. HEX triplet: 9A, A2 and EE. RGB value is (154,162,238). Sum of RGB (Red+Green+Blue) = 154+162+238=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #9AA2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA2EE is #655D11. Grayscale: #A7A7A7. Windows color (decimal): -6642962 or 15639194. OLE color: 15639194.
HSL color Cylindrical-coordinate representation of color #9AA2EE: hue angle of 234.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AA2EE is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 162 | 238 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.07 |
| HSL | 234.29º | 0.71% | 0.77% | - |
| HSV(B) | 234.29º | 0.35% | 0.93% | - |
| XYZ | 41.68 | 38.88 | 86.2 | - |
| YUV | 168.27 | 167.35 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 238 | 0.35 | 0.32 | 0 | 0.07 | 234.29 | 0.71 | 0.77 |
| Hex | 9A | A2 | EE | 23 | 20 | 0 | 7 | EA | 47 | 4D |
| Octal | 232 | 242 | 356 | 43 | 40 | 0 | 7 | 352 | 107 | 115 |
| Binary | 10011010 | 10100010 | 11101110 | 100011 | 100000 | 0 | 111 | 11101010 | 1000111 | 1001101 |
Color Harmonies of #9AA2EE
Complementary color
Monochromatic Colors of #9AA2EE
Black with #9AA2EE
Text Example
Text Example
White with #9AA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA2EE; }
p { color: rgb(154,162,238); }
H1.HeaderClassName
{
color: #9AA2EE;
}
.AnyTagClassName
{
color: #9AA2EE;
}
</style>
background-color css
<style>
a { background-color: #9AA2EE; }
a { background-color: rgb(154,162,238); }
div.DivClassName
{
background-color: #9AA2EE;
}
.BgClassName
{
background-color: #9AA2EE;
}
</style>
border-color css
<style>
span { border-color: #9AA2EE; }
span { border-color: rgb(154,162,238); }
td.TdClassName
{
border-color: #9AA2EE;
}
.TagClassName
{
border-color: #9AA2EE;
}
</style>