Shades of Portage #889FF0
Tints of Portage #889FF0
RGB
CMYK
RGB Variations
Color information
#889FF0 (or 0x889FF0) is known color: Portage. HEX triplet: 88, 9F and F0. RGB value is (136,159,240). Sum of RGB (Red+Green+Blue) = 136+159+240=535 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.42% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #889FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889FF0 is #77600F. Grayscale: #A1A1A1. Windows color (decimal): -7823376 or 15769480. OLE color: 15769480.
HSL color Cylindrical-coordinate representation of color #889FF0: hue angle of 226.73º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #889FF0 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 159 | 240 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.06 |
| HSL | 226.73º | 0.78% | 0.74% | - |
| HSV(B) | 226.73º | 0.43% | 0.94% | - |
| XYZ | 38.28 | 36.32 | 87.43 | - |
| YUV | 161.36 | 172.38 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 240 | 0.43 | 0.34 | 0 | 0.06 | 226.73 | 0.78 | 0.74 |
| Hex | 88 | 9F | F0 | 2B | 22 | 0 | 6 | E3 | 4E | 4A |
| Octal | 210 | 237 | 360 | 53 | 42 | 0 | 6 | 343 | 116 | 112 |
| Binary | 10001000 | 10011111 | 11110000 | 101011 | 100010 | 0 | 110 | 11100011 | 1001110 | 1001010 |
Color Harmonies of #889FF0
Complementary color
Monochromatic Colors of #889FF0
Black with #889FF0
Text Example
Text Example
White with #889FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889FF0; }
p { color: rgb(136,159,240); }
H1.HeaderClassName
{
color: #889FF0;
}
.AnyTagClassName
{
color: #889FF0;
}
</style>
background-color css
<style>
a { background-color: #889FF0; }
a { background-color: rgb(136,159,240); }
div.DivClassName
{
background-color: #889FF0;
}
.BgClassName
{
background-color: #889FF0;
}
</style>
border-color css
<style>
span { border-color: #889FF0; }
span { border-color: rgb(136,159,240); }
td.TdClassName
{
border-color: #889FF0;
}
.TagClassName
{
border-color: #889FF0;
}
</style>