Shades of Portage #889BD1
Tints of Portage #889BD1
RGB
CMYK
RGB Variations
Color information
#889BD1 (or 0x889BD1) is known color: Portage. HEX triplet: 88, 9B and D1. RGB value is (136,155,209). Sum of RGB (Red+Green+Blue) = 136+155+209=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #889BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BD1 is #77642E. Grayscale: #9B9B9B. Windows color (decimal): -7824431 or 13736840. OLE color: 13736840.
HSL color Cylindrical-coordinate representation of color #889BD1: hue angle of 224.38º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #889BD1 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 155 | 209 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.18 |
| HSL | 224.38º | 0.44% | 0.68% | - |
| HSV(B) | 224.38º | 0.35% | 0.82% | - |
| XYZ | 33.38 | 33.28 | 64.99 | - |
| YUV | 155.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 209 | 0.35 | 0.26 | 0 | 0.18 | 224.38 | 0.44 | 0.68 |
| Hex | 88 | 9B | D1 | 23 | 1A | 0 | 12 | E0 | 2C | 44 |
| Octal | 210 | 233 | 321 | 43 | 32 | 0 | 22 | 340 | 54 | 104 |
| Binary | 10001000 | 10011011 | 11010001 | 100011 | 11010 | 0 | 10010 | 11100000 | 101100 | 1000100 |
Color Harmonies of #889BD1
Complementary color
Monochromatic Colors of #889BD1
Black with #889BD1
Text Example
Text Example
White with #889BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BD1; }
p { color: rgb(136,155,209); }
H1.HeaderClassName
{
color: #889BD1;
}
.AnyTagClassName
{
color: #889BD1;
}
</style>
background-color css
<style>
a { background-color: #889BD1; }
a { background-color: rgb(136,155,209); }
div.DivClassName
{
background-color: #889BD1;
}
.BgClassName
{
background-color: #889BD1;
}
</style>
border-color css
<style>
span { border-color: #889BD1; }
span { border-color: rgb(136,155,209); }
td.TdClassName
{
border-color: #889BD1;
}
.TagClassName
{
border-color: #889BD1;
}
</style>