Shades of Portage #9AA6DE
Tints of Portage #9AA6DE
RGB
CMYK
RGB Variations
Color information
#9AA6DE (or 0x9AA6DE) is known color: Portage. HEX triplet: 9A, A6 and DE. RGB value is (154,166,222). Sum of RGB (Red+Green+Blue) = 154+166+222=542 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.41% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AA6DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA6DE is #655921. Grayscale: #A8A8A8. Windows color (decimal): -6641954 or 14591642. OLE color: 14591642.
HSL color Cylindrical-coordinate representation of color #9AA6DE: hue angle of 229.41º 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 #9AA6DE is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 166 | 222 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.13 |
| HSL | 229.41º | 0.51% | 0.74% | - |
| HSV(B) | 229.41º | 0.31% | 0.87% | - |
| XYZ | 40.15 | 39.42 | 74.6 | - |
| YUV | 168.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 166 | 222 | 0.31 | 0.25 | 0 | 0.13 | 229.41 | 0.51 | 0.74 |
| Hex | 9A | A6 | DE | 1F | 19 | 0 | D | E5 | 33 | 4A |
| Octal | 232 | 246 | 336 | 37 | 31 | 0 | 15 | 345 | 63 | 112 |
| Binary | 10011010 | 10100110 | 11011110 | 11111 | 11001 | 0 | 1101 | 11100101 | 110011 | 1001010 |
Color Harmonies of #9AA6DE
Complementary color
Monochromatic Colors of #9AA6DE
Black with #9AA6DE
Text Example
Text Example
White with #9AA6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA6DE; }
p { color: rgb(154,166,222); }
H1.HeaderClassName
{
color: #9AA6DE;
}
.AnyTagClassName
{
color: #9AA6DE;
}
</style>
background-color css
<style>
a { background-color: #9AA6DE; }
a { background-color: rgb(154,166,222); }
div.DivClassName
{
background-color: #9AA6DE;
}
.BgClassName
{
background-color: #9AA6DE;
}
</style>
border-color css
<style>
span { border-color: #9AA6DE; }
span { border-color: rgb(154,166,222); }
td.TdClassName
{
border-color: #9AA6DE;
}
.TagClassName
{
border-color: #9AA6DE;
}
</style>