Shades of Portage #8891FA
Tints of Portage #8891FA
RGB
CMYK
RGB Variations
Color information
#8891FA (or 0x8891FA) is known color: Portage. HEX triplet: 88, 91 and FA. RGB value is (136,145,250). Sum of RGB (Red+Green+Blue) = 136+145+250=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #8891FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8891FA is #776E05. Grayscale: #999999. Windows color (decimal): -7826950 or 16421256. OLE color: 16421256.
HSL color Cylindrical-coordinate representation of color #8891FA: hue angle of 235.26º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8891FA is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 145 | 250 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.02 |
| HSL | 235.26º | 0.92% | 0.76% | - |
| HSV(B) | 235.26º | 0.46% | 0.98% | - |
| XYZ | 37.53 | 32.39 | 94.72 | - |
| YUV | 154.28 | 182.02 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 250 | 0.46 | 0.42 | 0 | 0.02 | 235.26 | 0.92 | 0.76 |
| Hex | 88 | 91 | FA | 2E | 2A | 0 | 2 | EB | 5C | 4C |
| Octal | 210 | 221 | 372 | 56 | 52 | 0 | 2 | 353 | 134 | 114 |
| Binary | 10001000 | 10010001 | 11111010 | 101110 | 101010 | 0 | 10 | 11101011 | 1011100 | 1001100 |
Color Harmonies of #8891FA
Complementary color
Monochromatic Colors of #8891FA
Black with #8891FA
Text Example
Text Example
White with #8891FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8891FA; }
p { color: rgb(136,145,250); }
H1.HeaderClassName
{
color: #8891FA;
}
.AnyTagClassName
{
color: #8891FA;
}
</style>
background-color css
<style>
a { background-color: #8891FA; }
a { background-color: rgb(136,145,250); }
div.DivClassName
{
background-color: #8891FA;
}
.BgClassName
{
background-color: #8891FA;
}
</style>
border-color css
<style>
span { border-color: #8891FA; }
span { border-color: rgb(136,145,250); }
td.TdClassName
{
border-color: #8891FA;
}
.TagClassName
{
border-color: #8891FA;
}
</style>