Shades of Portage #9AA3E0
Tints of Portage #9AA3E0
RGB
CMYK
RGB Variations
Color information
#9AA3E0 (or 0x9AA3E0) is known color: Portage. HEX triplet: 9A, A3 and E0. RGB value is (154,163,224). Sum of RGB (Red+Green+Blue) = 154+163+224=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #9AA3E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA3E0 is #655C1F. Grayscale: #A7A7A7. Windows color (decimal): -6642720 or 14721946. OLE color: 14721946.
HSL color Cylindrical-coordinate representation of color #9AA3E0: hue angle of 232.29º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AA3E0 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 163 | 224 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.12 |
| HSL | 232.29º | 0.53% | 0.74% | - |
| HSV(B) | 232.29º | 0.31% | 0.88% | - |
| XYZ | 39.88 | 38.45 | 75.84 | - |
| YUV | 167.26 | 160.02 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 163 | 224 | 0.31 | 0.27 | 0 | 0.12 | 232.29 | 0.53 | 0.74 |
| Hex | 9A | A3 | E0 | 1F | 1B | 0 | C | E8 | 35 | 4A |
| Octal | 232 | 243 | 340 | 37 | 33 | 0 | 14 | 350 | 65 | 112 |
| Binary | 10011010 | 10100011 | 11100000 | 11111 | 11011 | 0 | 1100 | 11101000 | 110101 | 1001010 |
Color Harmonies of #9AA3E0
Complementary color
Monochromatic Colors of #9AA3E0
Black with #9AA3E0
Text Example
Text Example
White with #9AA3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA3E0; }
p { color: rgb(154,163,224); }
H1.HeaderClassName
{
color: #9AA3E0;
}
.AnyTagClassName
{
color: #9AA3E0;
}
</style>
background-color css
<style>
a { background-color: #9AA3E0; }
a { background-color: rgb(154,163,224); }
div.DivClassName
{
background-color: #9AA3E0;
}
.BgClassName
{
background-color: #9AA3E0;
}
</style>
border-color css
<style>
span { border-color: #9AA3E0; }
span { border-color: rgb(154,163,224); }
td.TdClassName
{
border-color: #9AA3E0;
}
.TagClassName
{
border-color: #9AA3E0;
}
</style>