Shades of Portage #889DF6
Tints of Portage #889DF6
RGB
CMYK
RGB Variations
Color information
#889DF6 (or 0x889DF6) is known color: Portage. HEX triplet: 88, 9D and F6. RGB value is (136,157,246). Sum of RGB (Red+Green+Blue) = 136+157+246=539 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.23% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #889DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889DF6 is #776209. Grayscale: #A0A0A0. Windows color (decimal): -7823882 or 16162184. OLE color: 16162184.
HSL color Cylindrical-coordinate representation of color #889DF6: hue angle of 228.55º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #889DF6 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 157 | 246 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.04 |
| HSL | 228.55º | 0.86% | 0.75% | - |
| HSV(B) | 228.55º | 0.45% | 0.96% | - |
| XYZ | 38.84 | 36 | 92.09 | - |
| YUV | 160.87 | 176.04 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 246 | 0.45 | 0.36 | 0 | 0.04 | 228.55 | 0.86 | 0.75 |
| Hex | 88 | 9D | F6 | 2D | 24 | 0 | 4 | E5 | 56 | 4B |
| Octal | 210 | 235 | 366 | 55 | 44 | 0 | 4 | 345 | 126 | 113 |
| Binary | 10001000 | 10011101 | 11110110 | 101101 | 100100 | 0 | 100 | 11100101 | 1010110 | 1001011 |
Color Harmonies of #889DF6
Complementary color
Monochromatic Colors of #889DF6
Black with #889DF6
Text Example
Text Example
White with #889DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DF6; }
p { color: rgb(136,157,246); }
H1.HeaderClassName
{
color: #889DF6;
}
.AnyTagClassName
{
color: #889DF6;
}
</style>
background-color css
<style>
a { background-color: #889DF6; }
a { background-color: rgb(136,157,246); }
div.DivClassName
{
background-color: #889DF6;
}
.BgClassName
{
background-color: #889DF6;
}
</style>
border-color css
<style>
span { border-color: #889DF6; }
span { border-color: rgb(136,157,246); }
td.TdClassName
{
border-color: #889DF6;
}
.TagClassName
{
border-color: #889DF6;
}
</style>