Shades of Portage #8894C9
Tints of Portage #8894C9
RGB
CMYK
RGB Variations
Color information
#8894C9 (or 0x8894C9) is known color: Portage. HEX triplet: 88, 94 and C9. RGB value is (136,148,201). Sum of RGB (Red+Green+Blue) = 136+148+201=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #8894C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8894C9 is #776B36. Grayscale: #969696. Windows color (decimal): -7826231 or 13210760. OLE color: 13210760.
HSL color Cylindrical-coordinate representation of color #8894C9: hue angle of 228.92º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8894C9 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 148 | 201 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.21 |
| HSL | 228.92º | 0.38% | 0.66% | - |
| HSV(B) | 228.92º | 0.32% | 0.79% | - |
| XYZ | 31.29 | 30.63 | 59.52 | - |
| YUV | 150.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 201 | 0.32 | 0.26 | 0 | 0.21 | 228.92 | 0.38 | 0.66 |
| Hex | 88 | 94 | C9 | 20 | 1A | 0 | 15 | E5 | 26 | 42 |
| Octal | 210 | 224 | 311 | 40 | 32 | 0 | 25 | 345 | 46 | 102 |
| Binary | 10001000 | 10010100 | 11001001 | 100000 | 11010 | 0 | 10101 | 11100101 | 100110 | 1000010 |
Color Harmonies of #8894C9
Complementary color
Monochromatic Colors of #8894C9
Black with #8894C9
Text Example
Text Example
White with #8894C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8894C9; }
p { color: rgb(136,148,201); }
H1.HeaderClassName
{
color: #8894C9;
}
.AnyTagClassName
{
color: #8894C9;
}
</style>
background-color css
<style>
a { background-color: #8894C9; }
a { background-color: rgb(136,148,201); }
div.DivClassName
{
background-color: #8894C9;
}
.BgClassName
{
background-color: #8894C9;
}
</style>
border-color css
<style>
span { border-color: #8894C9; }
span { border-color: rgb(136,148,201); }
td.TdClassName
{
border-color: #8894C9;
}
.TagClassName
{
border-color: #8894C9;
}
</style>