Shades of Portage #889BEF
Tints of Portage #889BEF
RGB
CMYK
RGB Variations
Color information
#889BEF (or 0x889BEF) is known color: Portage. HEX triplet: 88, 9B and EF. RGB value is (136,155,239). Sum of RGB (Red+Green+Blue) = 136+155+239=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #889BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889BEF is #776410. Grayscale: #9E9E9E. Windows color (decimal): -7824401 or 15702920. OLE color: 15702920.
HSL color Cylindrical-coordinate representation of color #889BEF: hue angle of 228.93º 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 #889BEF is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 155 | 239 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.06 |
| HSL | 228.93º | 0.76% | 0.74% | - |
| HSV(B) | 228.93º | 0.43% | 0.94% | - |
| XYZ | 37.45 | 34.91 | 86.43 | - |
| YUV | 158.9 | 173.21 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 239 | 0.43 | 0.35 | 0 | 0.06 | 228.93 | 0.76 | 0.74 |
| Hex | 88 | 9B | EF | 2B | 23 | 0 | 6 | E5 | 4C | 4A |
| Octal | 210 | 233 | 357 | 53 | 43 | 0 | 6 | 345 | 114 | 112 |
| Binary | 10001000 | 10011011 | 11101111 | 101011 | 100011 | 0 | 110 | 11100101 | 1001100 | 1001010 |
Color Harmonies of #889BEF
Complementary color
Monochromatic Colors of #889BEF
Black with #889BEF
Text Example
Text Example
White with #889BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BEF; }
p { color: rgb(136,155,239); }
H1.HeaderClassName
{
color: #889BEF;
}
.AnyTagClassName
{
color: #889BEF;
}
</style>
background-color css
<style>
a { background-color: #889BEF; }
a { background-color: rgb(136,155,239); }
div.DivClassName
{
background-color: #889BEF;
}
.BgClassName
{
background-color: #889BEF;
}
</style>
border-color css
<style>
span { border-color: #889BEF; }
span { border-color: rgb(136,155,239); }
td.TdClassName
{
border-color: #889BEF;
}
.TagClassName
{
border-color: #889BEF;
}
</style>