Shades of Portage #9AA3DF
Tints of Portage #9AA3DF
RGB
CMYK
RGB Variations
Color information
#9AA3DF (or 0x9AA3DF) is known color: Portage. HEX triplet: 9A, A3 and DF. RGB value is (154,163,223). Sum of RGB (Red+Green+Blue) = 154+163+223=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #9AA3DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA3DF is #655C20. Grayscale: #A6A6A6. Windows color (decimal): -6642721 or 14656410. OLE color: 14656410.
HSL color Cylindrical-coordinate representation of color #9AA3DF: hue angle of 232.17º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AA3DF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 163 | 223 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.13 |
| HSL | 232.17º | 0.52% | 0.74% | - |
| HSV(B) | 232.17º | 0.31% | 0.87% | - |
| XYZ | 39.74 | 38.39 | 75.13 | - |
| YUV | 167.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 163 | 223 | 0.31 | 0.27 | 0 | 0.13 | 232.17 | 0.52 | 0.74 |
| Hex | 9A | A3 | DF | 1F | 1B | 0 | D | E8 | 34 | 4A |
| Octal | 232 | 243 | 337 | 37 | 33 | 0 | 15 | 350 | 64 | 112 |
| Binary | 10011010 | 10100011 | 11011111 | 11111 | 11011 | 0 | 1101 | 11101000 | 110100 | 1001010 |
Color Harmonies of #9AA3DF
Complementary color
Monochromatic Colors of #9AA3DF
Black with #9AA3DF
Text Example
Text Example
White with #9AA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA3DF; }
p { color: rgb(154,163,223); }
H1.HeaderClassName
{
color: #9AA3DF;
}
.AnyTagClassName
{
color: #9AA3DF;
}
</style>
background-color css
<style>
a { background-color: #9AA3DF; }
a { background-color: rgb(154,163,223); }
div.DivClassName
{
background-color: #9AA3DF;
}
.BgClassName
{
background-color: #9AA3DF;
}
</style>
border-color css
<style>
span { border-color: #9AA3DF; }
span { border-color: rgb(154,163,223); }
td.TdClassName
{
border-color: #9AA3DF;
}
.TagClassName
{
border-color: #9AA3DF;
}
</style>