Shades of Portage #889DF9
Tints of Portage #889DF9
RGB
CMYK
RGB Variations
Color information
#889DF9 (or 0x889DF9) is known color: Portage. HEX triplet: 88, 9D and F9. RGB value is (136,157,249). Sum of RGB (Red+Green+Blue) = 136+157+249=542 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.09% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #889DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889DF9 is #776206. Grayscale: #A0A0A0. Windows color (decimal): -7823879 or 16358792. OLE color: 16358792.
HSL color Cylindrical-coordinate representation of color #889DF9: hue angle of 228.85º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #889DF9 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 157 | 249 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.02 |
| HSL | 228.85º | 0.9% | 0.75% | - |
| HSV(B) | 228.85º | 0.45% | 0.98% | - |
| XYZ | 39.31 | 36.19 | 94.54 | - |
| YUV | 161.21 | 177.54 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 249 | 0.45 | 0.37 | 0 | 0.02 | 228.85 | 0.9 | 0.75 |
| Hex | 88 | 9D | F9 | 2D | 25 | 0 | 2 | E5 | 5A | 4B |
| Octal | 210 | 235 | 371 | 55 | 45 | 0 | 2 | 345 | 132 | 113 |
| Binary | 10001000 | 10011101 | 11111001 | 101101 | 100101 | 0 | 10 | 11100101 | 1011010 | 1001011 |
Color Harmonies of #889DF9
Complementary color
Monochromatic Colors of #889DF9
Black with #889DF9
Text Example
Text Example
White with #889DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DF9; }
p { color: rgb(136,157,249); }
H1.HeaderClassName
{
color: #889DF9;
}
.AnyTagClassName
{
color: #889DF9;
}
</style>
background-color css
<style>
a { background-color: #889DF9; }
a { background-color: rgb(136,157,249); }
div.DivClassName
{
background-color: #889DF9;
}
.BgClassName
{
background-color: #889DF9;
}
</style>
border-color css
<style>
span { border-color: #889DF9; }
span { border-color: rgb(136,157,249); }
td.TdClassName
{
border-color: #889DF9;
}
.TagClassName
{
border-color: #889DF9;
}
</style>