Shades of Portage #889FDA
Tints of Portage #889FDA
RGB
CMYK
RGB Variations
Color information
#889FDA (or 0x889FDA) is known color: Portage. HEX triplet: 88, 9F and DA. RGB value is (136,159,218). Sum of RGB (Red+Green+Blue) = 136+159+218=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #889FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FDA is #776025. Grayscale: #9E9E9E. Windows color (decimal): -7823398 or 14327688. OLE color: 14327688.
HSL color Cylindrical-coordinate representation of color #889FDA: hue angle of 223.17º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #889FDA is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 159 | 218 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.15 |
| HSL | 223.17º | 0.53% | 0.69% | - |
| HSV(B) | 223.17º | 0.38% | 0.85% | - |
| XYZ | 35.21 | 35.09 | 71.25 | - |
| YUV | 158.85 | 161.38 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 218 | 0.38 | 0.27 | 0 | 0.15 | 223.17 | 0.53 | 0.69 |
| Hex | 88 | 9F | DA | 26 | 1B | 0 | F | DF | 35 | 45 |
| Octal | 210 | 237 | 332 | 46 | 33 | 0 | 17 | 337 | 65 | 105 |
| Binary | 10001000 | 10011111 | 11011010 | 100110 | 11011 | 0 | 1111 | 11011111 | 110101 | 1000101 |
Color Harmonies of #889FDA
Complementary color
Monochromatic Colors of #889FDA
Black with #889FDA
Text Example
Text Example
White with #889FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889FDA; }
p { color: rgb(136,159,218); }
H1.HeaderClassName
{
color: #889FDA;
}
.AnyTagClassName
{
color: #889FDA;
}
</style>
background-color css
<style>
a { background-color: #889FDA; }
a { background-color: rgb(136,159,218); }
div.DivClassName
{
background-color: #889FDA;
}
.BgClassName
{
background-color: #889FDA;
}
</style>
border-color css
<style>
span { border-color: #889FDA; }
span { border-color: rgb(136,159,218); }
td.TdClassName
{
border-color: #889FDA;
}
.TagClassName
{
border-color: #889FDA;
}
</style>