Shades of Portage #9AA5DE
Tints of Portage #9AA5DE
RGB
CMYK
RGB Variations
Color information
#9AA5DE (or 0x9AA5DE) is known color: Portage. HEX triplet: 9A, A5 and DE. RGB value is (154,165,222). Sum of RGB (Red+Green+Blue) = 154+165+222=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AA5DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA5DE is #655A21. Grayscale: #A7A7A7. Windows color (decimal): -6642210 or 14591386. OLE color: 14591386.
HSL color Cylindrical-coordinate representation of color #9AA5DE: hue angle of 230.29º 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 #9AA5DE is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 165 | 222 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.13 |
| HSL | 230.29º | 0.51% | 0.74% | - |
| HSV(B) | 230.29º | 0.31% | 0.87% | - |
| XYZ | 39.97 | 39.05 | 74.54 | - |
| YUV | 168.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 222 | 0.31 | 0.26 | 0 | 0.13 | 230.29 | 0.51 | 0.74 |
| Hex | 9A | A5 | DE | 1F | 1A | 0 | D | E6 | 33 | 4A |
| Octal | 232 | 245 | 336 | 37 | 32 | 0 | 15 | 346 | 63 | 112 |
| Binary | 10011010 | 10100101 | 11011110 | 11111 | 11010 | 0 | 1101 | 11100110 | 110011 | 1001010 |
Color Harmonies of #9AA5DE
Complementary color
Monochromatic Colors of #9AA5DE
Black with #9AA5DE
Text Example
Text Example
White with #9AA5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA5DE; }
p { color: rgb(154,165,222); }
H1.HeaderClassName
{
color: #9AA5DE;
}
.AnyTagClassName
{
color: #9AA5DE;
}
</style>
background-color css
<style>
a { background-color: #9AA5DE; }
a { background-color: rgb(154,165,222); }
div.DivClassName
{
background-color: #9AA5DE;
}
.BgClassName
{
background-color: #9AA5DE;
}
</style>
border-color css
<style>
span { border-color: #9AA5DE; }
span { border-color: rgb(154,165,222); }
td.TdClassName
{
border-color: #9AA5DE;
}
.TagClassName
{
border-color: #9AA5DE;
}
</style>