Shades of Portage #889BFE
Tints of Portage #889BFE
RGB
CMYK
RGB Variations
Color information
#889BFE (or 0x889BFE) is known color: Portage. HEX triplet: 88, 9B and FE. RGB value is (136,155,254). Sum of RGB (Red+Green+Blue) = 136+155+254=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #889BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889BFE is #776401. Grayscale: #A0A0A0. Windows color (decimal): -7824386 or 16685960. OLE color: 16685960.
HSL color Cylindrical-coordinate representation of color #889BFE: hue angle of 230.34º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #889BFE is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 155 | 254 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.00 |
| HSL | 230.34º | 0.98% | 0.76% | - |
| HSV(B) | 230.34º | 0.46% | 1% | - |
| XYZ | 39.76 | 35.83 | 98.59 | - |
| YUV | 160.61 | 180.71 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 254 | 0.46 | 0.39 | 0 | 0.00 | 230.34 | 0.98 | 0.76 |
| Hex | 88 | 9B | FE | 2E | 27 | 0 | 0 | E6 | 62 | 4C |
| Octal | 210 | 233 | 376 | 56 | 47 | 0 | 0 | 346 | 142 | 114 |
| Binary | 10001000 | 10011011 | 11111110 | 101110 | 100111 | 0 | 0 | 11100110 | 1100010 | 1001100 |
Color Harmonies of #889BFE
Complementary color
Monochromatic Colors of #889BFE
Black with #889BFE
Text Example
Text Example
White with #889BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BFE; }
p { color: rgb(136,155,254); }
H1.HeaderClassName
{
color: #889BFE;
}
.AnyTagClassName
{
color: #889BFE;
}
</style>
background-color css
<style>
a { background-color: #889BFE; }
a { background-color: rgb(136,155,254); }
div.DivClassName
{
background-color: #889BFE;
}
.BgClassName
{
background-color: #889BFE;
}
</style>
border-color css
<style>
span { border-color: #889BFE; }
span { border-color: rgb(136,155,254); }
td.TdClassName
{
border-color: #889BFE;
}
.TagClassName
{
border-color: #889BFE;
}
</style>