Shades of Portage #889FFE
Tints of Portage #889FFE
RGB
CMYK
RGB Variations
Color information
#889FFE (or 0x889FFE) is known color: Portage. HEX triplet: 88, 9F and FE. RGB value is (136,159,254). Sum of RGB (Red+Green+Blue) = 136+159+254=549 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.77% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #889FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889FFE is #776001. Grayscale: #A2A2A2. Windows color (decimal): -7823362 or 16686984. OLE color: 16686984.
HSL color Cylindrical-coordinate representation of color #889FFE: hue angle of 228.31º 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 #889FFE is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 159 | 254 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.00 |
| HSL | 228.31º | 0.98% | 0.76% | - |
| HSV(B) | 228.31º | 0.46% | 1% | - |
| XYZ | 40.44 | 37.19 | 98.81 | - |
| YUV | 162.95 | 179.38 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 254 | 0.46 | 0.37 | 0 | 0.00 | 228.31 | 0.98 | 0.76 |
| Hex | 88 | 9F | FE | 2E | 25 | 0 | 0 | E4 | 62 | 4C |
| Octal | 210 | 237 | 376 | 56 | 45 | 0 | 0 | 344 | 142 | 114 |
| Binary | 10001000 | 10011111 | 11111110 | 101110 | 100101 | 0 | 0 | 11100100 | 1100010 | 1001100 |
Color Harmonies of #889FFE
Complementary color
Monochromatic Colors of #889FFE
Black with #889FFE
Text Example
Text Example
White with #889FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889FFE; }
p { color: rgb(136,159,254); }
H1.HeaderClassName
{
color: #889FFE;
}
.AnyTagClassName
{
color: #889FFE;
}
</style>
background-color css
<style>
a { background-color: #889FFE; }
a { background-color: rgb(136,159,254); }
div.DivClassName
{
background-color: #889FFE;
}
.BgClassName
{
background-color: #889FFE;
}
</style>
border-color css
<style>
span { border-color: #889FFE; }
span { border-color: rgb(136,159,254); }
td.TdClassName
{
border-color: #889FFE;
}
.TagClassName
{
border-color: #889FFE;
}
</style>