Shades of Portage #889EFA
Tints of Portage #889EFA
RGB
CMYK
RGB Variations
Color information
#889EFA (or 0x889EFA) is known color: Portage. HEX triplet: 88, 9E and FA. RGB value is (136,158,250). Sum of RGB (Red+Green+Blue) = 136+158+250=544 (72% of max value = 765). Red value is 136 (53.52% from 255 or 25% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #889EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889EFA is #776105. Grayscale: #A1A1A1. Windows color (decimal): -7823622 or 16424584. OLE color: 16424584.
HSL color Cylindrical-coordinate representation of color #889EFA: hue angle of 228.42º 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 #889EFA is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 158 | 250 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.02 |
| HSL | 228.42º | 0.92% | 0.76% | - |
| HSV(B) | 228.42º | 0.46% | 0.98% | - |
| XYZ | 39.64 | 36.59 | 95.42 | - |
| YUV | 161.91 | 177.71 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 250 | 0.46 | 0.37 | 0 | 0.02 | 228.42 | 0.92 | 0.76 |
| Hex | 88 | 9E | FA | 2E | 25 | 0 | 2 | E4 | 5C | 4C |
| Octal | 210 | 236 | 372 | 56 | 45 | 0 | 2 | 344 | 134 | 114 |
| Binary | 10001000 | 10011110 | 11111010 | 101110 | 100101 | 0 | 10 | 11100100 | 1011100 | 1001100 |
Color Harmonies of #889EFA
Complementary color
Monochromatic Colors of #889EFA
Black with #889EFA
Text Example
Text Example
White with #889EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889EFA; }
p { color: rgb(136,158,250); }
H1.HeaderClassName
{
color: #889EFA;
}
.AnyTagClassName
{
color: #889EFA;
}
</style>
background-color css
<style>
a { background-color: #889EFA; }
a { background-color: rgb(136,158,250); }
div.DivClassName
{
background-color: #889EFA;
}
.BgClassName
{
background-color: #889EFA;
}
</style>
border-color css
<style>
span { border-color: #889EFA; }
span { border-color: rgb(136,158,250); }
td.TdClassName
{
border-color: #889EFA;
}
.TagClassName
{
border-color: #889EFA;
}
</style>