Shades of Portage #9891EA
Tints of Portage #9891EA
RGB
CMYK
RGB Variations
Color information
#9891EA (or 0x9891EA) is known color: Portage. HEX triplet: 98, 91 and EA. RGB value is (152,145,234). Sum of RGB (Red+Green+Blue) = 152+145+234=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #9891EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9891EA is #676E15. Grayscale: #9C9C9C. Windows color (decimal): -6778390 or 15372696. OLE color: 15372696.
HSL color Cylindrical-coordinate representation of color #9891EA: hue angle of 244.72º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9891EA is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 145 | 234 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.08 |
| HSL | 244.72º | 0.68% | 0.74% | - |
| HSV(B) | 244.72º | 0.38% | 0.92% | - |
| XYZ | 37.93 | 32.87 | 82.19 | - |
| YUV | 157.24 | 171.32 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 234 | 0.35 | 0.38 | 0 | 0.08 | 244.72 | 0.68 | 0.74 |
| Hex | 98 | 91 | EA | 23 | 26 | 0 | 8 | F5 | 44 | 4A |
| Octal | 230 | 221 | 352 | 43 | 46 | 0 | 10 | 365 | 104 | 112 |
| Binary | 10011000 | 10010001 | 11101010 | 100011 | 100110 | 0 | 1000 | 11110101 | 1000100 | 1001010 |
Color Harmonies of #9891EA
Complementary color
Monochromatic Colors of #9891EA
Black with #9891EA
Text Example
Text Example
White with #9891EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9891EA; }
p { color: rgb(152,145,234); }
H1.HeaderClassName
{
color: #9891EA;
}
.AnyTagClassName
{
color: #9891EA;
}
</style>
background-color css
<style>
a { background-color: #9891EA; }
a { background-color: rgb(152,145,234); }
div.DivClassName
{
background-color: #9891EA;
}
.BgClassName
{
background-color: #9891EA;
}
</style>
border-color css
<style>
span { border-color: #9891EA; }
span { border-color: rgb(152,145,234); }
td.TdClassName
{
border-color: #9891EA;
}
.TagClassName
{
border-color: #9891EA;
}
</style>