Shades of Portage #8889EF
Tints of Portage #8889EF
RGB
CMYK
RGB Variations
Color information
#8889EF (or 0x8889EF) is known color: Portage. HEX triplet: 88, 89 and EF. RGB value is (136,137,239). Sum of RGB (Red+Green+Blue) = 136+137+239=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #8889EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8889EF is #777610. Grayscale: #939393. Windows color (decimal): -7829009 or 15698312. OLE color: 15698312.
HSL color Cylindrical-coordinate representation of color #8889EF: hue angle of 239.42º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8889EF is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 137 | 239 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.06 |
| HSL | 239.42º | 0.76% | 0.74% | - |
| HSV(B) | 239.42º | 0.43% | 0.94% | - |
| XYZ | 34.68 | 29.36 | 85.5 | - |
| YUV | 148.33 | 179.17 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 239 | 0.43 | 0.43 | 0 | 0.06 | 239.42 | 0.76 | 0.74 |
| Hex | 88 | 89 | EF | 2B | 2B | 0 | 6 | EF | 4C | 4A |
| Octal | 210 | 211 | 357 | 53 | 53 | 0 | 6 | 357 | 114 | 112 |
| Binary | 10001000 | 10001001 | 11101111 | 101011 | 101011 | 0 | 110 | 11101111 | 1001100 | 1001010 |
Color Harmonies of #8889EF
Complementary color
Monochromatic Colors of #8889EF
Black with #8889EF
Text Example
Text Example
White with #8889EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8889EF; }
p { color: rgb(136,137,239); }
H1.HeaderClassName
{
color: #8889EF;
}
.AnyTagClassName
{
color: #8889EF;
}
</style>
background-color css
<style>
a { background-color: #8889EF; }
a { background-color: rgb(136,137,239); }
div.DivClassName
{
background-color: #8889EF;
}
.BgClassName
{
background-color: #8889EF;
}
</style>
border-color css
<style>
span { border-color: #8889EF; }
span { border-color: rgb(136,137,239); }
td.TdClassName
{
border-color: #8889EF;
}
.TagClassName
{
border-color: #8889EF;
}
</style>