Shades of Portage #889CFF
Tints of Portage #889CFF
RGB
CMYK
RGB Variations
Color information
#889CFF (or 0x889CFF) is known color: Portage. HEX triplet: 88, 9C and FF. RGB value is (136,156,255). Sum of RGB (Red+Green+Blue) = 136+156+255=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #889CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889CFF is #776300. Grayscale: #A0A0A0. Windows color (decimal): -7824129 or 16751752. OLE color: 16751752.
HSL color Cylindrical-coordinate representation of color #889CFF: hue angle of 229.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 #889CFF is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 156 | 255 | - |
| CMYK | 0.47 | 0.39 | 0 | 0 |
| HSL | 229.92º | 1% | 0.77% | - |
| HSV(B) | 229.92º | 0.47% | 1% | - |
| XYZ | 40.09 | 36.23 | 99.49 | - |
| YUV | 161.31 | 180.87 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 255 | 0.47 | 0.39 | 0 | 0 | 229.92 | 1 | 0.77 |
| Hex | 88 | 9C | FF | 2F | 27 | 0 | 0 | E6 | 64 | 4D |
| Octal | 210 | 234 | 377 | 57 | 47 | 0 | 0 | 346 | 144 | 115 |
| Binary | 10001000 | 10011100 | 11111111 | 101111 | 100111 | 0 | 0 | 11100110 | 1100100 | 1001101 |
Color Harmonies of #889CFF
Complementary color
Monochromatic Colors of #889CFF
Black with #889CFF
Text Example
Text Example
White with #889CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889CFF; }
p { color: rgb(136,156,255); }
H1.HeaderClassName
{
color: #889CFF;
}
.AnyTagClassName
{
color: #889CFF;
}
</style>
background-color css
<style>
a { background-color: #889CFF; }
a { background-color: rgb(136,156,255); }
div.DivClassName
{
background-color: #889CFF;
}
.BgClassName
{
background-color: #889CFF;
}
</style>
border-color css
<style>
span { border-color: #889CFF; }
span { border-color: rgb(136,156,255); }
td.TdClassName
{
border-color: #889CFF;
}
.TagClassName
{
border-color: #889CFF;
}
</style>