Shades of Portage #9891F5
Tints of Portage #9891F5
RGB
CMYK
RGB Variations
Color information
#9891F5 (or 0x9891F5) is known color: Portage. HEX triplet: 98, 91 and F5. RGB value is (152,145,245). Sum of RGB (Red+Green+Blue) = 152+145+245=542 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.04% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 245 (96.09% from 255 or 45.20% from 542); Max value from RGB is 245 - color contains mainly: blue. Hex color #9891F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9891F5 is #676E0A. Grayscale: #9E9E9E. Windows color (decimal): -6778379 or 16093592. OLE color: 16093592.
HSL color Cylindrical-coordinate representation of color #9891F5: hue angle of 244.2º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9891F5 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 145 | 245 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.04 |
| HSL | 244.2º | 0.83% | 0.76% | - |
| HSV(B) | 244.2º | 0.41% | 0.96% | - |
| XYZ | 39.56 | 33.52 | 90.77 | - |
| YUV | 158.49 | 176.82 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 245 | 0.38 | 0.41 | 0 | 0.04 | 244.2 | 0.83 | 0.76 |
| Hex | 98 | 91 | F5 | 26 | 29 | 0 | 4 | F4 | 53 | 4C |
| Octal | 230 | 221 | 365 | 46 | 51 | 0 | 4 | 364 | 123 | 114 |
| Binary | 10011000 | 10010001 | 11110101 | 100110 | 101001 | 0 | 100 | 11110100 | 1010011 | 1001100 |
Color Harmonies of #9891F5
Complementary color
Monochromatic Colors of #9891F5
Black with #9891F5
Text Example
Text Example
White with #9891F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9891F5; }
p { color: rgb(152,145,245); }
H1.HeaderClassName
{
color: #9891F5;
}
.AnyTagClassName
{
color: #9891F5;
}
</style>
background-color css
<style>
a { background-color: #9891F5; }
a { background-color: rgb(152,145,245); }
div.DivClassName
{
background-color: #9891F5;
}
.BgClassName
{
background-color: #9891F5;
}
</style>
border-color css
<style>
span { border-color: #9891F5; }
span { border-color: rgb(152,145,245); }
td.TdClassName
{
border-color: #9891F5;
}
.TagClassName
{
border-color: #9891F5;
}
</style>