Shades of Portage #889FFC
Tints of Portage #889FFC
RGB
CMYK
RGB Variations
Color information
#889FFC (or 0x889FFC) is known color: Portage. HEX triplet: 88, 9F and FC. RGB value is (136,159,252). Sum of RGB (Red+Green+Blue) = 136+159+252=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #889FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889FFC is #776003. Grayscale: #A2A2A2. Windows color (decimal): -7823364 or 16555912. OLE color: 16555912.
HSL color Cylindrical-coordinate representation of color #889FFC: hue angle of 228.1º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #889FFC is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 159 | 252 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.01 |
| HSL | 228.1º | 0.95% | 0.76% | - |
| HSV(B) | 228.1º | 0.46% | 0.99% | - |
| XYZ | 40.12 | 37.06 | 97.13 | - |
| YUV | 162.73 | 178.38 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 252 | 0.46 | 0.37 | 0 | 0.01 | 228.1 | 0.95 | 0.76 |
| Hex | 88 | 9F | FC | 2E | 25 | 0 | 1 | E4 | 5F | 4C |
| Octal | 210 | 237 | 374 | 56 | 45 | 0 | 1 | 344 | 137 | 114 |
| Binary | 10001000 | 10011111 | 11111100 | 101110 | 100101 | 0 | 1 | 11100100 | 1011111 | 1001100 |
Color Harmonies of #889FFC
Complementary color
Monochromatic Colors of #889FFC
Black with #889FFC
Text Example
Text Example
White with #889FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889FFC; }
p { color: rgb(136,159,252); }
H1.HeaderClassName
{
color: #889FFC;
}
.AnyTagClassName
{
color: #889FFC;
}
</style>
background-color css
<style>
a { background-color: #889FFC; }
a { background-color: rgb(136,159,252); }
div.DivClassName
{
background-color: #889FFC;
}
.BgClassName
{
background-color: #889FFC;
}
</style>
border-color css
<style>
span { border-color: #889FFC; }
span { border-color: rgb(136,159,252); }
td.TdClassName
{
border-color: #889FFC;
}
.TagClassName
{
border-color: #889FFC;
}
</style>