Shades of Portage #9AA4DB
Tints of Portage #9AA4DB
RGB
CMYK
RGB Variations
Color information
#9AA4DB (or 0x9AA4DB) is known color: Portage. HEX triplet: 9A, A4 and DB. RGB value is (154,164,219). Sum of RGB (Red+Green+Blue) = 154+164+219=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #9AA4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA4DB is #655B24. Grayscale: #A7A7A7. Windows color (decimal): -6642469 or 14394522. OLE color: 14394522.
HSL color Cylindrical-coordinate representation of color #9AA4DB: hue angle of 230.77º 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 #9AA4DB is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 164 | 219 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.14 |
| HSL | 230.77º | 0.47% | 0.73% | - |
| HSV(B) | 230.77º | 0.3% | 0.86% | - |
| XYZ | 39.39 | 38.54 | 72.38 | - |
| YUV | 167.28 | 157.19 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 164 | 219 | 0.30 | 0.25 | 0 | 0.14 | 230.77 | 0.47 | 0.73 |
| Hex | 9A | A4 | DB | 1E | 19 | 0 | E | E7 | 2F | 49 |
| Octal | 232 | 244 | 333 | 36 | 31 | 0 | 16 | 347 | 57 | 111 |
| Binary | 10011010 | 10100100 | 11011011 | 11110 | 11001 | 0 | 1110 | 11100111 | 101111 | 1001001 |
Color Harmonies of #9AA4DB
Complementary color
Monochromatic Colors of #9AA4DB
Black with #9AA4DB
Text Example
Text Example
White with #9AA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA4DB; }
p { color: rgb(154,164,219); }
H1.HeaderClassName
{
color: #9AA4DB;
}
.AnyTagClassName
{
color: #9AA4DB;
}
</style>
background-color css
<style>
a { background-color: #9AA4DB; }
a { background-color: rgb(154,164,219); }
div.DivClassName
{
background-color: #9AA4DB;
}
.BgClassName
{
background-color: #9AA4DB;
}
</style>
border-color css
<style>
span { border-color: #9AA4DB; }
span { border-color: rgb(154,164,219); }
td.TdClassName
{
border-color: #9AA4DB;
}
.TagClassName
{
border-color: #9AA4DB;
}
</style>