Shades of Portage #889DFE
Tints of Portage #889DFE
RGB
CMYK
RGB Variations
Color information
#889DFE (or 0x889DFE) is known color: Portage. HEX triplet: 88, 9D and FE. RGB value is (136,157,254). Sum of RGB (Red+Green+Blue) = 136+157+254=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #889DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889DFE is #776201. Grayscale: #A1A1A1. Windows color (decimal): -7823874 or 16686472. OLE color: 16686472.
HSL color Cylindrical-coordinate representation of color #889DFE: hue angle of 229.32º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #889DFE is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 157 | 254 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.00 |
| HSL | 229.32º | 0.98% | 0.76% | - |
| HSV(B) | 229.32º | 0.46% | 1% | - |
| XYZ | 40.1 | 36.5 | 98.7 | - |
| YUV | 161.78 | 180.04 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 254 | 0.46 | 0.38 | 0 | 0.00 | 229.32 | 0.98 | 0.76 |
| Hex | 88 | 9D | FE | 2E | 26 | 0 | 0 | E5 | 62 | 4C |
| Octal | 210 | 235 | 376 | 56 | 46 | 0 | 0 | 345 | 142 | 114 |
| Binary | 10001000 | 10011101 | 11111110 | 101110 | 100110 | 0 | 0 | 11100101 | 1100010 | 1001100 |
Color Harmonies of #889DFE
Complementary color
Monochromatic Colors of #889DFE
Black with #889DFE
Text Example
Text Example
White with #889DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DFE; }
p { color: rgb(136,157,254); }
H1.HeaderClassName
{
color: #889DFE;
}
.AnyTagClassName
{
color: #889DFE;
}
</style>
background-color css
<style>
a { background-color: #889DFE; }
a { background-color: rgb(136,157,254); }
div.DivClassName
{
background-color: #889DFE;
}
.BgClassName
{
background-color: #889DFE;
}
</style>
border-color css
<style>
span { border-color: #889DFE; }
span { border-color: rgb(136,157,254); }
td.TdClassName
{
border-color: #889DFE;
}
.TagClassName
{
border-color: #889DFE;
}
</style>