Shades of Portage #889BFC
Tints of Portage #889BFC
RGB
CMYK
RGB Variations
Color information
#889BFC (or 0x889BFC) is known color: Portage. HEX triplet: 88, 9B and FC. RGB value is (136,155,252). Sum of RGB (Red+Green+Blue) = 136+155+252=543 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.05% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #889BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889BFC is #776403. Grayscale: #9F9F9F. Windows color (decimal): -7824388 or 16554888. OLE color: 16554888.
HSL color Cylindrical-coordinate representation of color #889BFC: hue angle of 230.17º 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 #889BFC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 155 | 252 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.01 |
| HSL | 230.17º | 0.95% | 0.76% | - |
| HSV(B) | 230.17º | 0.46% | 0.99% | - |
| XYZ | 39.45 | 35.71 | 96.91 | - |
| YUV | 160.38 | 179.71 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 252 | 0.46 | 0.38 | 0 | 0.01 | 230.17 | 0.95 | 0.76 |
| Hex | 88 | 9B | FC | 2E | 26 | 0 | 1 | E6 | 5F | 4C |
| Octal | 210 | 233 | 374 | 56 | 46 | 0 | 1 | 346 | 137 | 114 |
| Binary | 10001000 | 10011011 | 11111100 | 101110 | 100110 | 0 | 1 | 11100110 | 1011111 | 1001100 |
Color Harmonies of #889BFC
Complementary color
Monochromatic Colors of #889BFC
Black with #889BFC
Text Example
Text Example
White with #889BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BFC; }
p { color: rgb(136,155,252); }
H1.HeaderClassName
{
color: #889BFC;
}
.AnyTagClassName
{
color: #889BFC;
}
</style>
background-color css
<style>
a { background-color: #889BFC; }
a { background-color: rgb(136,155,252); }
div.DivClassName
{
background-color: #889BFC;
}
.BgClassName
{
background-color: #889BFC;
}
</style>
border-color css
<style>
span { border-color: #889BFC; }
span { border-color: rgb(136,155,252); }
td.TdClassName
{
border-color: #889BFC;
}
.TagClassName
{
border-color: #889BFC;
}
</style>