Shades of Portage #889BD4
Tints of Portage #889BD4
RGB
CMYK
RGB Variations
Color information
#889BD4 (or 0x889BD4) is known color: Portage. HEX triplet: 88, 9B and D4. RGB value is (136,155,212). Sum of RGB (Red+Green+Blue) = 136+155+212=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #889BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BD4 is #77642B. Grayscale: #9B9B9B. Windows color (decimal): -7824428 or 13933448. OLE color: 13933448.
HSL color Cylindrical-coordinate representation of color #889BD4: hue angle of 225º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #889BD4 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 155 | 212 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.17 |
| HSL | 225º | 0.47% | 0.68% | - |
| HSV(B) | 225º | 0.36% | 0.83% | - |
| XYZ | 33.76 | 33.43 | 66.96 | - |
| YUV | 155.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 212 | 0.36 | 0.27 | 0 | 0.17 | 225 | 0.47 | 0.68 |
| Hex | 88 | 9B | D4 | 24 | 1B | 0 | 11 | E1 | 2F | 44 |
| Octal | 210 | 233 | 324 | 44 | 33 | 0 | 21 | 341 | 57 | 104 |
| Binary | 10001000 | 10011011 | 11010100 | 100100 | 11011 | 0 | 10001 | 11100001 | 101111 | 1000100 |
Color Harmonies of #889BD4
Complementary color
Monochromatic Colors of #889BD4
Black with #889BD4
Text Example
Text Example
White with #889BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BD4; }
p { color: rgb(136,155,212); }
H1.HeaderClassName
{
color: #889BD4;
}
.AnyTagClassName
{
color: #889BD4;
}
</style>
background-color css
<style>
a { background-color: #889BD4; }
a { background-color: rgb(136,155,212); }
div.DivClassName
{
background-color: #889BD4;
}
.BgClassName
{
background-color: #889BD4;
}
</style>
border-color css
<style>
span { border-color: #889BD4; }
span { border-color: rgb(136,155,212); }
td.TdClassName
{
border-color: #889BD4;
}
.TagClassName
{
border-color: #889BD4;
}
</style>