Shades of Portage #8891DC
Tints of Portage #8891DC
RGB
CMYK
RGB Variations
Color information
#8891DC (or 0x8891DC) is known color: Portage. HEX triplet: 88, 91 and DC. RGB value is (136,145,220). Sum of RGB (Red+Green+Blue) = 136+145+220=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #8891DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8891DC is #776E23. Grayscale: #969696. Windows color (decimal): -7826980 or 14455176. OLE color: 14455176.
HSL color Cylindrical-coordinate representation of color #8891DC: hue angle of 233.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8891DC is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 145 | 220 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.14 |
| HSL | 233.57º | 0.55% | 0.7% | - |
| HSV(B) | 233.57º | 0.38% | 0.86% | - |
| XYZ | 33.2 | 30.65 | 71.88 | - |
| YUV | 150.86 | 167.02 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 220 | 0.38 | 0.34 | 0 | 0.14 | 233.57 | 0.55 | 0.7 |
| Hex | 88 | 91 | DC | 26 | 22 | 0 | E | EA | 37 | 46 |
| Octal | 210 | 221 | 334 | 46 | 42 | 0 | 16 | 352 | 67 | 106 |
| Binary | 10001000 | 10010001 | 11011100 | 100110 | 100010 | 0 | 1110 | 11101010 | 110111 | 1000110 |
Color Harmonies of #8891DC
Complementary color
Monochromatic Colors of #8891DC
Black with #8891DC
Text Example
Text Example
White with #8891DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8891DC; }
p { color: rgb(136,145,220); }
H1.HeaderClassName
{
color: #8891DC;
}
.AnyTagClassName
{
color: #8891DC;
}
</style>
background-color css
<style>
a { background-color: #8891DC; }
a { background-color: rgb(136,145,220); }
div.DivClassName
{
background-color: #8891DC;
}
.BgClassName
{
background-color: #8891DC;
}
</style>
border-color css
<style>
span { border-color: #8891DC; }
span { border-color: rgb(136,145,220); }
td.TdClassName
{
border-color: #8891DC;
}
.TagClassName
{
border-color: #8891DC;
}
</style>