Shades of Portage #9AA0DF
Tints of Portage #9AA0DF
RGB
CMYK
RGB Variations
Color information
#9AA0DF (or 0x9AA0DF) is known color: Portage. HEX triplet: 9A, A0 and DF. RGB value is (154,160,223). Sum of RGB (Red+Green+Blue) = 154+160+223=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #9AA0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA0DF is #655F20. Grayscale: #A5A5A5. Windows color (decimal): -6643489 or 14655642. OLE color: 14655642.
HSL color Cylindrical-coordinate representation of color #9AA0DF: hue angle of 234.78º degrees, saturation: 0.52, 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 #9AA0DF is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 160 | 223 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.13 |
| HSL | 234.78º | 0.52% | 0.74% | - |
| HSV(B) | 234.78º | 0.31% | 0.87% | - |
| XYZ | 39.22 | 37.34 | 74.95 | - |
| YUV | 165.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 160 | 223 | 0.31 | 0.28 | 0 | 0.13 | 234.78 | 0.52 | 0.74 |
| Hex | 9A | A0 | DF | 1F | 1C | 0 | D | EB | 34 | 4A |
| Octal | 232 | 240 | 337 | 37 | 34 | 0 | 15 | 353 | 64 | 112 |
| Binary | 10011010 | 10100000 | 11011111 | 11111 | 11100 | 0 | 1101 | 11101011 | 110100 | 1001010 |
Color Harmonies of #9AA0DF
Complementary color
Monochromatic Colors of #9AA0DF
Black with #9AA0DF
Text Example
Text Example
White with #9AA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA0DF; }
p { color: rgb(154,160,223); }
H1.HeaderClassName
{
color: #9AA0DF;
}
.AnyTagClassName
{
color: #9AA0DF;
}
</style>
background-color css
<style>
a { background-color: #9AA0DF; }
a { background-color: rgb(154,160,223); }
div.DivClassName
{
background-color: #9AA0DF;
}
.BgClassName
{
background-color: #9AA0DF;
}
</style>
border-color css
<style>
span { border-color: #9AA0DF; }
span { border-color: rgb(154,160,223); }
td.TdClassName
{
border-color: #9AA0DF;
}
.TagClassName
{
border-color: #9AA0DF;
}
</style>