Shades of Portage #889DDC
Tints of Portage #889DDC
RGB
CMYK
RGB Variations
Color information
#889DDC (or 0x889DDC) is known color: Portage. HEX triplet: 88, 9D and DC. RGB value is (136,157,220). Sum of RGB (Red+Green+Blue) = 136+157+220=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #889DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DDC is #776223. Grayscale: #9D9D9D. Windows color (decimal): -7823908 or 14458248. OLE color: 14458248.
HSL color Cylindrical-coordinate representation of color #889DDC: hue angle of 225º 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 #889DDC is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 157 | 220 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.14 |
| HSL | 225º | 0.55% | 0.7% | - |
| HSV(B) | 225º | 0.38% | 0.86% | - |
| XYZ | 35.13 | 34.52 | 72.52 | - |
| YUV | 157.9 | 163.04 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 220 | 0.38 | 0.29 | 0 | 0.14 | 225 | 0.55 | 0.7 |
| Hex | 88 | 9D | DC | 26 | 1D | 0 | E | E1 | 37 | 46 |
| Octal | 210 | 235 | 334 | 46 | 35 | 0 | 16 | 341 | 67 | 106 |
| Binary | 10001000 | 10011101 | 11011100 | 100110 | 11101 | 0 | 1110 | 11100001 | 110111 | 1000110 |
Color Harmonies of #889DDC
Complementary color
Monochromatic Colors of #889DDC
Black with #889DDC
Text Example
Text Example
White with #889DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DDC; }
p { color: rgb(136,157,220); }
H1.HeaderClassName
{
color: #889DDC;
}
.AnyTagClassName
{
color: #889DDC;
}
</style>
background-color css
<style>
a { background-color: #889DDC; }
a { background-color: rgb(136,157,220); }
div.DivClassName
{
background-color: #889DDC;
}
.BgClassName
{
background-color: #889DDC;
}
</style>
border-color css
<style>
span { border-color: #889DDC; }
span { border-color: rgb(136,157,220); }
td.TdClassName
{
border-color: #889DDC;
}
.TagClassName
{
border-color: #889DDC;
}
</style>