Shades of Portage #91A6F7
Tints of Portage #91A6F7
RGB
CMYK
RGB Variations
Color information
#91A6F7 (or 0x91A6F7) is known color: Portage. HEX triplet: 91, A6 and F7. RGB value is (145,166,247). Sum of RGB (Red+Green+Blue) = 145+166+247=558 (73% of max value = 765). Red value is 145 (57.03% from 255 or 25.99% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 247 (96.88% from 255 or 44.27% from 558); Max value from RGB is 247 - color contains mainly: blue. Hex color #91A6F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A6F7 is #6E5908. Grayscale: #A8A8A8. Windows color (decimal): -7231753 or 16230033. OLE color: 16230033.
HSL color Cylindrical-coordinate representation of color #91A6F7: hue angle of 227.65º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91A6F7 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 166 | 247 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.03 |
| HSL | 227.65º | 0.86% | 0.77% | - |
| HSV(B) | 227.65º | 0.41% | 0.97% | - |
| XYZ | 42.1 | 40.01 | 93.5 | - |
| YUV | 168.96 | 172.04 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 247 | 0.41 | 0.33 | 0 | 0.03 | 227.65 | 0.86 | 0.77 |
| Hex | 91 | A6 | F7 | 29 | 21 | 0 | 3 | E4 | 56 | 4D |
| Octal | 221 | 246 | 367 | 51 | 41 | 0 | 3 | 344 | 126 | 115 |
| Binary | 10010001 | 10100110 | 11110111 | 101001 | 100001 | 0 | 11 | 11100100 | 1010110 | 1001101 |
Color Harmonies of #91A6F7
Complementary color
Monochromatic Colors of #91A6F7
Black with #91A6F7
Text Example
Text Example
White with #91A6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A6F7; }
p { color: rgb(145,166,247); }
H1.HeaderClassName
{
color: #91A6F7;
}
.AnyTagClassName
{
color: #91A6F7;
}
</style>
background-color css
<style>
a { background-color: #91A6F7; }
a { background-color: rgb(145,166,247); }
div.DivClassName
{
background-color: #91A6F7;
}
.BgClassName
{
background-color: #91A6F7;
}
</style>
border-color css
<style>
span { border-color: #91A6F7; }
span { border-color: rgb(145,166,247); }
td.TdClassName
{
border-color: #91A6F7;
}
.TagClassName
{
border-color: #91A6F7;
}
</style>