Shades of Portage #889ACC
Tints of Portage #889ACC
RGB
CMYK
RGB Variations
Color information
#889ACC (or 0x889ACC) is known color: Portage. HEX triplet: 88, 9A and CC. RGB value is (136,154,204). Sum of RGB (Red+Green+Blue) = 136+154+204=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #889ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ACC is #776533. Grayscale: #9A9A9A. Windows color (decimal): -7824692 or 13408904. OLE color: 13408904.
HSL color Cylindrical-coordinate representation of color #889ACC: hue angle of 224.12º 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 #889ACC is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 154 | 204 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.2 |
| HSL | 224.12º | 0.4% | 0.67% | - |
| HSV(B) | 224.12º | 0.33% | 0.8% | - |
| XYZ | 32.61 | 32.71 | 61.72 | - |
| YUV | 154.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 204 | 0.33 | 0.25 | 0 | 0.2 | 224.12 | 0.4 | 0.67 |
| Hex | 88 | 9A | CC | 21 | 19 | 0 | 14 | E0 | 28 | 43 |
| Octal | 210 | 232 | 314 | 41 | 31 | 0 | 24 | 340 | 50 | 103 |
| Binary | 10001000 | 10011010 | 11001100 | 100001 | 11001 | 0 | 10100 | 11100000 | 101000 | 1000011 |
Color Harmonies of #889ACC
Complementary color
Monochromatic Colors of #889ACC
Black with #889ACC
Text Example
Text Example
White with #889ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889ACC; }
p { color: rgb(136,154,204); }
H1.HeaderClassName
{
color: #889ACC;
}
.AnyTagClassName
{
color: #889ACC;
}
</style>
background-color css
<style>
a { background-color: #889ACC; }
a { background-color: rgb(136,154,204); }
div.DivClassName
{
background-color: #889ACC;
}
.BgClassName
{
background-color: #889ACC;
}
</style>
border-color css
<style>
span { border-color: #889ACC; }
span { border-color: rgb(136,154,204); }
td.TdClassName
{
border-color: #889ACC;
}
.TagClassName
{
border-color: #889ACC;
}
</style>