Shades of Portage #91A0F8
Tints of Portage #91A0F8
RGB
CMYK
RGB Variations
Color information
#91A0F8 (or 0x91A0F8) is known color: Portage. HEX triplet: 91, A0 and F8. RGB value is (145,160,248). Sum of RGB (Red+Green+Blue) = 145+160+248=553 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.22% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #91A0F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A0F8 is #6E5F07. Grayscale: #A5A5A5. Windows color (decimal): -7233288 or 16294033. OLE color: 16294033.
HSL color Cylindrical-coordinate representation of color #91A0F8: hue angle of 231.26º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91A0F8 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 160 | 248 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.03 |
| HSL | 231.26º | 0.88% | 0.77% | - |
| HSV(B) | 231.26º | 0.42% | 0.97% | - |
| XYZ | 41.19 | 37.94 | 93.96 | - |
| YUV | 165.55 | 174.53 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 248 | 0.42 | 0.35 | 0 | 0.03 | 231.26 | 0.88 | 0.77 |
| Hex | 91 | A0 | F8 | 2A | 23 | 0 | 3 | E7 | 58 | 4D |
| Octal | 221 | 240 | 370 | 52 | 43 | 0 | 3 | 347 | 130 | 115 |
| Binary | 10010001 | 10100000 | 11111000 | 101010 | 100011 | 0 | 11 | 11100111 | 1011000 | 1001101 |
Color Harmonies of #91A0F8
Complementary color
Monochromatic Colors of #91A0F8
Black with #91A0F8
Text Example
Text Example
White with #91A0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A0F8; }
p { color: rgb(145,160,248); }
H1.HeaderClassName
{
color: #91A0F8;
}
.AnyTagClassName
{
color: #91A0F8;
}
</style>
background-color css
<style>
a { background-color: #91A0F8; }
a { background-color: rgb(145,160,248); }
div.DivClassName
{
background-color: #91A0F8;
}
.BgClassName
{
background-color: #91A0F8;
}
</style>
border-color css
<style>
span { border-color: #91A0F8; }
span { border-color: rgb(145,160,248); }
td.TdClassName
{
border-color: #91A0F8;
}
.TagClassName
{
border-color: #91A0F8;
}
</style>