Shades of Portage #9AA2F1
Tints of Portage #9AA2F1
RGB
CMYK
RGB Variations
Color information
#9AA2F1 (or 0x9AA2F1) is known color: Portage. HEX triplet: 9A, A2 and F1. RGB value is (154,162,241). Sum of RGB (Red+Green+Blue) = 154+162+241=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #9AA2F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA2F1 is #655D0E. Grayscale: #A8A8A8. Windows color (decimal): -6642959 or 15835802. OLE color: 15835802.
HSL color Cylindrical-coordinate representation of color #9AA2F1: hue angle of 234.48º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AA2F1 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 162 | 241 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.05 |
| HSL | 234.48º | 0.76% | 0.77% | - |
| HSV(B) | 234.48º | 0.36% | 0.95% | - |
| XYZ | 42.12 | 39.06 | 88.54 | - |
| YUV | 168.61 | 168.85 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 241 | 0.36 | 0.33 | 0 | 0.05 | 234.48 | 0.76 | 0.77 |
| Hex | 9A | A2 | F1 | 24 | 21 | 0 | 5 | EA | 4C | 4D |
| Octal | 232 | 242 | 361 | 44 | 41 | 0 | 5 | 352 | 114 | 115 |
| Binary | 10011010 | 10100010 | 11110001 | 100100 | 100001 | 0 | 101 | 11101010 | 1001100 | 1001101 |
Color Harmonies of #9AA2F1
Complementary color
Monochromatic Colors of #9AA2F1
Black with #9AA2F1
Text Example
Text Example
White with #9AA2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA2F1; }
p { color: rgb(154,162,241); }
H1.HeaderClassName
{
color: #9AA2F1;
}
.AnyTagClassName
{
color: #9AA2F1;
}
</style>
background-color css
<style>
a { background-color: #9AA2F1; }
a { background-color: rgb(154,162,241); }
div.DivClassName
{
background-color: #9AA2F1;
}
.BgClassName
{
background-color: #9AA2F1;
}
</style>
border-color css
<style>
span { border-color: #9AA2F1; }
span { border-color: rgb(154,162,241); }
td.TdClassName
{
border-color: #9AA2F1;
}
.TagClassName
{
border-color: #9AA2F1;
}
</style>