Shades of Portage #8899CC
Tints of Portage #8899CC
RGB
CMYK
RGB Variations
Color information
#8899CC (or 0x8899CC) is known color: Portage. HEX triplet: 88, 99 and CC. RGB value is (136,153,204). Sum of RGB (Red+Green+Blue) = 136+153+204=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #8899CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8899CC is #776633. Grayscale: #999999. Windows color (decimal): -7824948 or 13408648. OLE color: 13408648.
HSL color Cylindrical-coordinate representation of color #8899CC: hue angle of 225º 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 #8899CC is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 153 | 204 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.2 |
| HSL | 225º | 0.4% | 0.67% | - |
| HSV(B) | 225º | 0.33% | 0.8% | - |
| XYZ | 32.44 | 32.38 | 61.67 | - |
| YUV | 153.73 | 156.37 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 153 | 204 | 0.33 | 0.25 | 0 | 0.2 | 225 | 0.4 | 0.67 |
| Hex | 88 | 99 | CC | 21 | 19 | 0 | 14 | E1 | 28 | 43 |
| Octal | 210 | 231 | 314 | 41 | 31 | 0 | 24 | 341 | 50 | 103 |
| Binary | 10001000 | 10011001 | 11001100 | 100001 | 11001 | 0 | 10100 | 11100001 | 101000 | 1000011 |
Color Harmonies of #8899CC
Complementary color
Monochromatic Colors of #8899CC
Black with #8899CC
Text Example
Text Example
White with #8899CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8899CC; }
p { color: rgb(136,153,204); }
H1.HeaderClassName
{
color: #8899CC;
}
.AnyTagClassName
{
color: #8899CC;
}
</style>
background-color css
<style>
a { background-color: #8899CC; }
a { background-color: rgb(136,153,204); }
div.DivClassName
{
background-color: #8899CC;
}
.BgClassName
{
background-color: #8899CC;
}
</style>
border-color css
<style>
span { border-color: #8899CC; }
span { border-color: rgb(136,153,204); }
td.TdClassName
{
border-color: #8899CC;
}
.TagClassName
{
border-color: #8899CC;
}
</style>