Shades of Portage #91A9F3
Tints of Portage #91A9F3
RGB
CMYK
RGB Variations
Color information
#91A9F3 (or 0x91A9F3) is known color: Portage. HEX triplet: 91, A9 and F3. RGB value is (145,169,243). Sum of RGB (Red+Green+Blue) = 145+169+243=557 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.03% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #91A9F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A9F3 is #6E560C. Grayscale: #A9A9A9. Windows color (decimal): -7230989 or 15968657. OLE color: 15968657.
HSL color Cylindrical-coordinate representation of color #91A9F3: hue angle of 225.31º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91A9F3 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 169 | 243 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.05 |
| HSL | 225.31º | 0.8% | 0.76% | - |
| HSV(B) | 225.31º | 0.4% | 0.95% | - |
| XYZ | 42.04 | 40.87 | 90.47 | - |
| YUV | 170.26 | 169.05 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 169 | 243 | 0.40 | 0.30 | 0 | 0.05 | 225.31 | 0.8 | 0.76 |
| Hex | 91 | A9 | F3 | 28 | 1E | 0 | 5 | E1 | 50 | 4C |
| Octal | 221 | 251 | 363 | 50 | 36 | 0 | 5 | 341 | 120 | 114 |
| Binary | 10010001 | 10101001 | 11110011 | 101000 | 11110 | 0 | 101 | 11100001 | 1010000 | 1001100 |
Color Harmonies of #91A9F3
Complementary color
Monochromatic Colors of #91A9F3
Black with #91A9F3
Text Example
Text Example
White with #91A9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A9F3; }
p { color: rgb(145,169,243); }
H1.HeaderClassName
{
color: #91A9F3;
}
.AnyTagClassName
{
color: #91A9F3;
}
</style>
background-color css
<style>
a { background-color: #91A9F3; }
a { background-color: rgb(145,169,243); }
div.DivClassName
{
background-color: #91A9F3;
}
.BgClassName
{
background-color: #91A9F3;
}
</style>
border-color css
<style>
span { border-color: #91A9F3; }
span { border-color: rgb(145,169,243); }
td.TdClassName
{
border-color: #91A9F3;
}
.TagClassName
{
border-color: #91A9F3;
}
</style>