Shades of Portage #9AA5DB
Tints of Portage #9AA5DB
RGB
CMYK
RGB Variations
Color information
#9AA5DB (or 0x9AA5DB) is known color: Portage. HEX triplet: 9A, A5 and DB. RGB value is (154,165,219). Sum of RGB (Red+Green+Blue) = 154+165+219=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #9AA5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA5DB is #655A24. Grayscale: #A7A7A7. Windows color (decimal): -6642213 or 14394778. OLE color: 14394778.
HSL color Cylindrical-coordinate representation of color #9AA5DB: hue angle of 229.85º degrees, saturation: 0.47, 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 #9AA5DB is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 165 | 219 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.14 |
| HSL | 229.85º | 0.47% | 0.73% | - |
| HSV(B) | 229.85º | 0.3% | 0.86% | - |
| XYZ | 39.57 | 38.89 | 72.44 | - |
| YUV | 167.87 | 156.86 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 219 | 0.30 | 0.25 | 0 | 0.14 | 229.85 | 0.47 | 0.73 |
| Hex | 9A | A5 | DB | 1E | 19 | 0 | E | E6 | 2F | 49 |
| Octal | 232 | 245 | 333 | 36 | 31 | 0 | 16 | 346 | 57 | 111 |
| Binary | 10011010 | 10100101 | 11011011 | 11110 | 11001 | 0 | 1110 | 11100110 | 101111 | 1001001 |
Color Harmonies of #9AA5DB
Complementary color
Monochromatic Colors of #9AA5DB
Black with #9AA5DB
Text Example
Text Example
White with #9AA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA5DB; }
p { color: rgb(154,165,219); }
H1.HeaderClassName
{
color: #9AA5DB;
}
.AnyTagClassName
{
color: #9AA5DB;
}
</style>
background-color css
<style>
a { background-color: #9AA5DB; }
a { background-color: rgb(154,165,219); }
div.DivClassName
{
background-color: #9AA5DB;
}
.BgClassName
{
background-color: #9AA5DB;
}
</style>
border-color css
<style>
span { border-color: #9AA5DB; }
span { border-color: rgb(154,165,219); }
td.TdClassName
{
border-color: #9AA5DB;
}
.TagClassName
{
border-color: #9AA5DB;
}
</style>