Shades of Portage #9AA2DA
Tints of Portage #9AA2DA
RGB
CMYK
RGB Variations
Color information
#9AA2DA (or 0x9AA2DA) is known color: Portage. HEX triplet: 9A, A2 and DA. RGB value is (154,162,218). Sum of RGB (Red+Green+Blue) = 154+162+218=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #9AA2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA2DA is #655D25. Grayscale: #A5A5A5. Windows color (decimal): -6642982 or 14328474. OLE color: 14328474.
HSL color Cylindrical-coordinate representation of color #9AA2DA: hue angle of 232.5º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AA2DA is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 162 | 218 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.15 |
| HSL | 232.5º | 0.46% | 0.73% | - |
| HSV(B) | 232.5º | 0.29% | 0.85% | - |
| XYZ | 38.9 | 37.77 | 71.57 | - |
| YUV | 165.99 | 157.35 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 218 | 0.29 | 0.26 | 0 | 0.15 | 232.5 | 0.46 | 0.73 |
| Hex | 9A | A2 | DA | 1D | 1A | 0 | F | E8 | 2E | 49 |
| Octal | 232 | 242 | 332 | 35 | 32 | 0 | 17 | 350 | 56 | 111 |
| Binary | 10011010 | 10100010 | 11011010 | 11101 | 11010 | 0 | 1111 | 11101000 | 101110 | 1001001 |
Color Harmonies of #9AA2DA
Complementary color
Monochromatic Colors of #9AA2DA
Black with #9AA2DA
Text Example
Text Example
White with #9AA2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA2DA; }
p { color: rgb(154,162,218); }
H1.HeaderClassName
{
color: #9AA2DA;
}
.AnyTagClassName
{
color: #9AA2DA;
}
</style>
background-color css
<style>
a { background-color: #9AA2DA; }
a { background-color: rgb(154,162,218); }
div.DivClassName
{
background-color: #9AA2DA;
}
.BgClassName
{
background-color: #9AA2DA;
}
</style>
border-color css
<style>
span { border-color: #9AA2DA; }
span { border-color: rgb(154,162,218); }
td.TdClassName
{
border-color: #9AA2DA;
}
.TagClassName
{
border-color: #9AA2DA;
}
</style>