Shades of Portage #889BDC
Tints of Portage #889BDC
RGB
CMYK
RGB Variations
Color information
#889BDC (or 0x889BDC) is known color: Portage. HEX triplet: 88, 9B and DC. RGB value is (136,155,220). Sum of RGB (Red+Green+Blue) = 136+155+220=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #889BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BDC is #776423. Grayscale: #9C9C9C. Windows color (decimal): -7824420 or 14457736. OLE color: 14457736.
HSL color Cylindrical-coordinate representation of color #889BDC: hue angle of 226.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #889BDC is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 155 | 220 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.14 |
| HSL | 226.43º | 0.55% | 0.7% | - |
| HSV(B) | 226.43º | 0.38% | 0.86% | - |
| XYZ | 34.79 | 33.84 | 72.41 | - |
| YUV | 156.73 | 163.71 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 220 | 0.38 | 0.30 | 0 | 0.14 | 226.43 | 0.55 | 0.7 |
| Hex | 88 | 9B | DC | 26 | 1E | 0 | E | E2 | 37 | 46 |
| Octal | 210 | 233 | 334 | 46 | 36 | 0 | 16 | 342 | 67 | 106 |
| Binary | 10001000 | 10011011 | 11011100 | 100110 | 11110 | 0 | 1110 | 11100010 | 110111 | 1000110 |
Color Harmonies of #889BDC
Complementary color
Monochromatic Colors of #889BDC
Black with #889BDC
Text Example
Text Example
White with #889BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BDC; }
p { color: rgb(136,155,220); }
H1.HeaderClassName
{
color: #889BDC;
}
.AnyTagClassName
{
color: #889BDC;
}
</style>
background-color css
<style>
a { background-color: #889BDC; }
a { background-color: rgb(136,155,220); }
div.DivClassName
{
background-color: #889BDC;
}
.BgClassName
{
background-color: #889BDC;
}
</style>
border-color css
<style>
span { border-color: #889BDC; }
span { border-color: rgb(136,155,220); }
td.TdClassName
{
border-color: #889BDC;
}
.TagClassName
{
border-color: #889BDC;
}
</style>