Shades of Portage #91A8F0
Tints of Portage #91A8F0
RGB
CMYK
RGB Variations
Color information
#91A8F0 (or 0x91A8F0) is known color: Portage. HEX triplet: 91, A8 and F0. RGB value is (145,168,240). Sum of RGB (Red+Green+Blue) = 145+168+240=553 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.22% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #91A8F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A8F0 is #6E570F. Grayscale: #A9A9A9. Windows color (decimal): -7231248 or 15771793. OLE color: 15771793.
HSL color Cylindrical-coordinate representation of color #91A8F0: hue angle of 225.47º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91A8F0 is Cyan = 0.40, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 168 | 240 | - |
| CMYK | 0.40 | 0.3 | 0 | 0.06 |
| HSL | 225.47º | 0.76% | 0.75% | - |
| HSV(B) | 225.47º | 0.4% | 0.94% | - |
| XYZ | 41.41 | 40.32 | 88.04 | - |
| YUV | 169.33 | 167.88 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 168 | 240 | 0.40 | 0.3 | 0 | 0.06 | 225.47 | 0.76 | 0.75 |
| Hex | 91 | A8 | F0 | 28 | 1E | 0 | 6 | E1 | 4C | 4B |
| Octal | 221 | 250 | 360 | 50 | 36 | 0 | 6 | 341 | 114 | 113 |
| Binary | 10010001 | 10101000 | 11110000 | 101000 | 11110 | 0 | 110 | 11100001 | 1001100 | 1001011 |
Color Harmonies of #91A8F0
Complementary color
Monochromatic Colors of #91A8F0
Black with #91A8F0
Text Example
Text Example
White with #91A8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A8F0; }
p { color: rgb(145,168,240); }
H1.HeaderClassName
{
color: #91A8F0;
}
.AnyTagClassName
{
color: #91A8F0;
}
</style>
background-color css
<style>
a { background-color: #91A8F0; }
a { background-color: rgb(145,168,240); }
div.DivClassName
{
background-color: #91A8F0;
}
.BgClassName
{
background-color: #91A8F0;
}
</style>
border-color css
<style>
span { border-color: #91A8F0; }
span { border-color: rgb(145,168,240); }
td.TdClassName
{
border-color: #91A8F0;
}
.TagClassName
{
border-color: #91A8F0;
}
</style>