Shades of Portage #8891CC
Tints of Portage #8891CC
RGB
CMYK
RGB Variations
Color information
#8891CC (or 0x8891CC) is known color: Portage. HEX triplet: 88, 91 and CC. RGB value is (136,145,204). Sum of RGB (Red+Green+Blue) = 136+145+204=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #8891CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8891CC is #776E33. Grayscale: #949494. Windows color (decimal): -7826996 or 13406600. OLE color: 13406600.
HSL color Cylindrical-coordinate representation of color #8891CC: hue angle of 232.06º 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 #8891CC is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 145 | 204 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.2 |
| HSL | 232.06º | 0.4% | 0.67% | - |
| HSV(B) | 232.06º | 0.33% | 0.8% | - |
| XYZ | 31.18 | 29.84 | 61.24 | - |
| YUV | 149.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 204 | 0.33 | 0.29 | 0 | 0.2 | 232.06 | 0.4 | 0.67 |
| Hex | 88 | 91 | CC | 21 | 1D | 0 | 14 | E8 | 28 | 43 |
| Octal | 210 | 221 | 314 | 41 | 35 | 0 | 24 | 350 | 50 | 103 |
| Binary | 10001000 | 10010001 | 11001100 | 100001 | 11101 | 0 | 10100 | 11101000 | 101000 | 1000011 |
Color Harmonies of #8891CC
Complementary color
Monochromatic Colors of #8891CC
Black with #8891CC
Text Example
Text Example
White with #8891CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8891CC; }
p { color: rgb(136,145,204); }
H1.HeaderClassName
{
color: #8891CC;
}
.AnyTagClassName
{
color: #8891CC;
}
</style>
background-color css
<style>
a { background-color: #8891CC; }
a { background-color: rgb(136,145,204); }
div.DivClassName
{
background-color: #8891CC;
}
.BgClassName
{
background-color: #8891CC;
}
</style>
border-color css
<style>
span { border-color: #8891CC; }
span { border-color: rgb(136,145,204); }
td.TdClassName
{
border-color: #8891CC;
}
.TagClassName
{
border-color: #8891CC;
}
</style>