Shades of Portage #9891F7
Tints of Portage #9891F7
RGB
CMYK
RGB Variations
Color information
#9891F7 (or 0x9891F7) is known color: Portage. HEX triplet: 98, 91 and F7. RGB value is (152,145,247). Sum of RGB (Red+Green+Blue) = 152+145+247=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #9891F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9891F7 is #676E08. Grayscale: #9E9E9E. Windows color (decimal): -6778377 or 16224664. OLE color: 16224664.
HSL color Cylindrical-coordinate representation of color #9891F7: hue angle of 244.12º 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 #9891F7 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 145 | 247 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.03 |
| HSL | 244.12º | 0.86% | 0.77% | - |
| HSV(B) | 244.12º | 0.41% | 0.97% | - |
| XYZ | 39.86 | 33.64 | 92.39 | - |
| YUV | 158.72 | 177.82 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 247 | 0.38 | 0.41 | 0 | 0.03 | 244.12 | 0.86 | 0.77 |
| Hex | 98 | 91 | F7 | 26 | 29 | 0 | 3 | F4 | 56 | 4D |
| Octal | 230 | 221 | 367 | 46 | 51 | 0 | 3 | 364 | 126 | 115 |
| Binary | 10011000 | 10010001 | 11110111 | 100110 | 101001 | 0 | 11 | 11110100 | 1010110 | 1001101 |
Color Harmonies of #9891F7
Complementary color
Monochromatic Colors of #9891F7
Black with #9891F7
Text Example
Text Example
White with #9891F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9891F7; }
p { color: rgb(152,145,247); }
H1.HeaderClassName
{
color: #9891F7;
}
.AnyTagClassName
{
color: #9891F7;
}
</style>
background-color css
<style>
a { background-color: #9891F7; }
a { background-color: rgb(152,145,247); }
div.DivClassName
{
background-color: #9891F7;
}
.BgClassName
{
background-color: #9891F7;
}
</style>
border-color css
<style>
span { border-color: #9891F7; }
span { border-color: rgb(152,145,247); }
td.TdClassName
{
border-color: #9891F7;
}
.TagClassName
{
border-color: #9891F7;
}
</style>