Shades of Portage #91A1E9
Tints of Portage #91A1E9
RGB
CMYK
RGB Variations
Color information
#91A1E9 (or 0x91A1E9) is known color: Portage. HEX triplet: 91, A1 and E9. RGB value is (145,161,233). Sum of RGB (Red+Green+Blue) = 145+161+233=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #91A1E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A1E9 is #6E5E16. Grayscale: #A4A4A4. Windows color (decimal): -7233047 or 15311249. OLE color: 15311249.
HSL color Cylindrical-coordinate representation of color #91A1E9: hue angle of 229.09º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91A1E9 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 161 | 233 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.09 |
| HSL | 229.09º | 0.67% | 0.74% | - |
| HSV(B) | 229.09º | 0.38% | 0.91% | - |
| XYZ | 39.13 | 37.39 | 82.25 | - |
| YUV | 164.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 161 | 233 | 0.38 | 0.31 | 0 | 0.09 | 229.09 | 0.67 | 0.74 |
| Hex | 91 | A1 | E9 | 26 | 1F | 0 | 9 | E5 | 43 | 4A |
| Octal | 221 | 241 | 351 | 46 | 37 | 0 | 11 | 345 | 103 | 112 |
| Binary | 10010001 | 10100001 | 11101001 | 100110 | 11111 | 0 | 1001 | 11100101 | 1000011 | 1001010 |
Color Harmonies of #91A1E9
Complementary color
Monochromatic Colors of #91A1E9
Black with #91A1E9
Text Example
Text Example
White with #91A1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A1E9; }
p { color: rgb(145,161,233); }
H1.HeaderClassName
{
color: #91A1E9;
}
.AnyTagClassName
{
color: #91A1E9;
}
</style>
background-color css
<style>
a { background-color: #91A1E9; }
a { background-color: rgb(145,161,233); }
div.DivClassName
{
background-color: #91A1E9;
}
.BgClassName
{
background-color: #91A1E9;
}
</style>
border-color css
<style>
span { border-color: #91A1E9; }
span { border-color: rgb(145,161,233); }
td.TdClassName
{
border-color: #91A1E9;
}
.TagClassName
{
border-color: #91A1E9;
}
</style>