Shades of Portage #889AFF
Tints of Portage #889AFF
RGB
CMYK
RGB Variations
Color information
#889AFF (or 0x889AFF) is known color: Portage. HEX triplet: 88, 9A and FF. RGB value is (136,154,255). Sum of RGB (Red+Green+Blue) = 136+154+255=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #889AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889AFF is #776500. Grayscale: #9F9F9F. Windows color (decimal): -7824641 or 16751240. OLE color: 16751240.
HSL color Cylindrical-coordinate representation of color #889AFF: hue angle of 230.92º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #889AFF is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 154 | 255 | - |
| CMYK | 0.47 | 0.40 | 0 | 0 |
| HSL | 230.92º | 1% | 0.77% | - |
| HSV(B) | 230.92º | 0.47% | 1% | - |
| XYZ | 39.76 | 35.57 | 99.38 | - |
| YUV | 160.13 | 181.54 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 255 | 0.47 | 0.40 | 0 | 0 | 230.92 | 1 | 0.77 |
| Hex | 88 | 9A | FF | 2F | 28 | 0 | 0 | E7 | 64 | 4D |
| Octal | 210 | 232 | 377 | 57 | 50 | 0 | 0 | 347 | 144 | 115 |
| Binary | 10001000 | 10011010 | 11111111 | 101111 | 101000 | 0 | 0 | 11100111 | 1100100 | 1001101 |
Color Harmonies of #889AFF
Complementary color
Monochromatic Colors of #889AFF
Black with #889AFF
Text Example
Text Example
White with #889AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889AFF; }
p { color: rgb(136,154,255); }
H1.HeaderClassName
{
color: #889AFF;
}
.AnyTagClassName
{
color: #889AFF;
}
</style>
background-color css
<style>
a { background-color: #889AFF; }
a { background-color: rgb(136,154,255); }
div.DivClassName
{
background-color: #889AFF;
}
.BgClassName
{
background-color: #889AFF;
}
</style>
border-color css
<style>
span { border-color: #889AFF; }
span { border-color: rgb(136,154,255); }
td.TdClassName
{
border-color: #889AFF;
}
.TagClassName
{
border-color: #889AFF;
}
</style>