Shades of Portage #9AA6DC
Tints of Portage #9AA6DC
RGB
CMYK
RGB Variations
Color information
#9AA6DC (or 0x9AA6DC) is known color: Portage. HEX triplet: 9A, A6 and DC. RGB value is (154,166,220). Sum of RGB (Red+Green+Blue) = 154+166+220=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AA6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA6DC is #655923. Grayscale: #A8A8A8. Windows color (decimal): -6641956 or 14460570. OLE color: 14460570.
HSL color Cylindrical-coordinate representation of color #9AA6DC: hue angle of 229.09º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AA6DC is Cyan = 0.3, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 166 | 220 | - |
| CMYK | 0.3 | 0.25 | 0 | 0.14 |
| HSL | 229.09º | 0.49% | 0.73% | - |
| HSV(B) | 229.09º | 0.3% | 0.86% | - |
| XYZ | 39.88 | 39.31 | 73.2 | - |
| YUV | 168.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 166 | 220 | 0.3 | 0.25 | 0 | 0.14 | 229.09 | 0.49 | 0.73 |
| Hex | 9A | A6 | DC | 1E | 19 | 0 | E | E5 | 31 | 49 |
| Octal | 232 | 246 | 334 | 36 | 31 | 0 | 16 | 345 | 61 | 111 |
| Binary | 10011010 | 10100110 | 11011100 | 11110 | 11001 | 0 | 1110 | 11100101 | 110001 | 1001001 |
Color Harmonies of #9AA6DC
Complementary color
Monochromatic Colors of #9AA6DC
Black with #9AA6DC
Text Example
Text Example
White with #9AA6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA6DC; }
p { color: rgb(154,166,220); }
H1.HeaderClassName
{
color: #9AA6DC;
}
.AnyTagClassName
{
color: #9AA6DC;
}
</style>
background-color css
<style>
a { background-color: #9AA6DC; }
a { background-color: rgb(154,166,220); }
div.DivClassName
{
background-color: #9AA6DC;
}
.BgClassName
{
background-color: #9AA6DC;
}
</style>
border-color css
<style>
span { border-color: #9AA6DC; }
span { border-color: rgb(154,166,220); }
td.TdClassName
{
border-color: #9AA6DC;
}
.TagClassName
{
border-color: #9AA6DC;
}
</style>