Shades of Portage #889BDF
Tints of Portage #889BDF
RGB
CMYK
RGB Variations
Color information
#889BDF (or 0x889BDF) is known color: Portage. HEX triplet: 88, 9B and DF. RGB value is (136,155,223). Sum of RGB (Red+Green+Blue) = 136+155+223=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #889BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BDF is #776420. Grayscale: #9C9C9C. Windows color (decimal): -7824417 or 14654344. OLE color: 14654344.
HSL color Cylindrical-coordinate representation of color #889BDF: hue angle of 226.9º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #889BDF is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 155 | 223 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.13 |
| HSL | 226.9º | 0.58% | 0.7% | - |
| HSV(B) | 226.9º | 0.39% | 0.87% | - |
| XYZ | 35.19 | 34 | 74.52 | - |
| YUV | 157.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 223 | 0.39 | 0.30 | 0 | 0.13 | 226.9 | 0.58 | 0.7 |
| Hex | 88 | 9B | DF | 27 | 1E | 0 | D | E3 | 3A | 46 |
| Octal | 210 | 233 | 337 | 47 | 36 | 0 | 15 | 343 | 72 | 106 |
| Binary | 10001000 | 10011011 | 11011111 | 100111 | 11110 | 0 | 1101 | 11100011 | 111010 | 1000110 |
Color Harmonies of #889BDF
Complementary color
Monochromatic Colors of #889BDF
Black with #889BDF
Text Example
Text Example
White with #889BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BDF; }
p { color: rgb(136,155,223); }
H1.HeaderClassName
{
color: #889BDF;
}
.AnyTagClassName
{
color: #889BDF;
}
</style>
background-color css
<style>
a { background-color: #889BDF; }
a { background-color: rgb(136,155,223); }
div.DivClassName
{
background-color: #889BDF;
}
.BgClassName
{
background-color: #889BDF;
}
</style>
border-color css
<style>
span { border-color: #889BDF; }
span { border-color: rgb(136,155,223); }
td.TdClassName
{
border-color: #889BDF;
}
.TagClassName
{
border-color: #889BDF;
}
</style>