Shades of Portage #889BCC
Tints of Portage #889BCC
RGB
CMYK
RGB Variations
Color information
#889BCC (or 0x889BCC) is known color: Portage. HEX triplet: 88, 9B and CC. RGB value is (136,155,204). Sum of RGB (Red+Green+Blue) = 136+155+204=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #889BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BCC is #776433. Grayscale: #9A9A9A. Windows color (decimal): -7824436 or 13409160. OLE color: 13409160.
HSL color Cylindrical-coordinate representation of color #889BCC: hue angle of 223.24º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #889BCC is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 155 | 204 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.2 |
| HSL | 223.24º | 0.4% | 0.67% | - |
| HSV(B) | 223.24º | 0.33% | 0.8% | - |
| XYZ | 32.77 | 33.04 | 61.78 | - |
| YUV | 154.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 204 | 0.33 | 0.24 | 0 | 0.2 | 223.24 | 0.4 | 0.67 |
| Hex | 88 | 9B | CC | 21 | 18 | 0 | 14 | DF | 28 | 43 |
| Octal | 210 | 233 | 314 | 41 | 30 | 0 | 24 | 337 | 50 | 103 |
| Binary | 10001000 | 10011011 | 11001100 | 100001 | 11000 | 0 | 10100 | 11011111 | 101000 | 1000011 |
Color Harmonies of #889BCC
Complementary color
Monochromatic Colors of #889BCC
Black with #889BCC
Text Example
Text Example
White with #889BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BCC; }
p { color: rgb(136,155,204); }
H1.HeaderClassName
{
color: #889BCC;
}
.AnyTagClassName
{
color: #889BCC;
}
</style>
background-color css
<style>
a { background-color: #889BCC; }
a { background-color: rgb(136,155,204); }
div.DivClassName
{
background-color: #889BCC;
}
.BgClassName
{
background-color: #889BCC;
}
</style>
border-color css
<style>
span { border-color: #889BCC; }
span { border-color: rgb(136,155,204); }
td.TdClassName
{
border-color: #889BCC;
}
.TagClassName
{
border-color: #889BCC;
}
</style>