Shades of Portage #889CFC
Tints of Portage #889CFC
RGB
CMYK
RGB Variations
Color information
#889CFC (or 0x889CFC) is known color: Portage. HEX triplet: 88, 9C and FC. RGB value is (136,156,252). Sum of RGB (Red+Green+Blue) = 136+156+252=544 (72% of max value = 765). Red value is 136 (53.52% from 255 or 25% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #889CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889CFC is #776303. Grayscale: #A0A0A0. Windows color (decimal): -7824132 or 16555144. OLE color: 16555144.
HSL color Cylindrical-coordinate representation of color #889CFC: hue angle of 229.66º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #889CFC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 156 | 252 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.01 |
| HSL | 229.66º | 0.95% | 0.76% | - |
| HSV(B) | 229.66º | 0.46% | 0.99% | - |
| XYZ | 39.61 | 36.04 | 96.96 | - |
| YUV | 160.96 | 179.37 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 252 | 0.46 | 0.38 | 0 | 0.01 | 229.66 | 0.95 | 0.76 |
| Hex | 88 | 9C | FC | 2E | 26 | 0 | 1 | E6 | 5F | 4C |
| Octal | 210 | 234 | 374 | 56 | 46 | 0 | 1 | 346 | 137 | 114 |
| Binary | 10001000 | 10011100 | 11111100 | 101110 | 100110 | 0 | 1 | 11100110 | 1011111 | 1001100 |
Color Harmonies of #889CFC
Complementary color
Monochromatic Colors of #889CFC
Black with #889CFC
Text Example
Text Example
White with #889CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889CFC; }
p { color: rgb(136,156,252); }
H1.HeaderClassName
{
color: #889CFC;
}
.AnyTagClassName
{
color: #889CFC;
}
</style>
background-color css
<style>
a { background-color: #889CFC; }
a { background-color: rgb(136,156,252); }
div.DivClassName
{
background-color: #889CFC;
}
.BgClassName
{
background-color: #889CFC;
}
</style>
border-color css
<style>
span { border-color: #889CFC; }
span { border-color: rgb(136,156,252); }
td.TdClassName
{
border-color: #889CFC;
}
.TagClassName
{
border-color: #889CFC;
}
</style>