Shades of Portage #8890DC
Tints of Portage #8890DC
RGB
CMYK
RGB Variations
Color information
#8890DC (or 0x8890DC) is known color: Portage. HEX triplet: 88, 90 and DC. RGB value is (136,144,220). Sum of RGB (Red+Green+Blue) = 136+144+220=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #8890DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8890DC is #776F23. Grayscale: #959595. Windows color (decimal): -7827236 or 14454920. OLE color: 14454920.
HSL color Cylindrical-coordinate representation of color #8890DC: hue angle of 234.29º 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 #8890DC is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 144 | 220 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.14 |
| HSL | 234.29º | 0.55% | 0.7% | - |
| HSV(B) | 234.29º | 0.38% | 0.86% | - |
| XYZ | 33.04 | 30.35 | 71.83 | - |
| YUV | 150.27 | 167.35 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 220 | 0.38 | 0.35 | 0 | 0.14 | 234.29 | 0.55 | 0.7 |
| Hex | 88 | 90 | DC | 26 | 23 | 0 | E | EA | 37 | 46 |
| Octal | 210 | 220 | 334 | 46 | 43 | 0 | 16 | 352 | 67 | 106 |
| Binary | 10001000 | 10010000 | 11011100 | 100110 | 100011 | 0 | 1110 | 11101010 | 110111 | 1000110 |
Color Harmonies of #8890DC
Complementary color
Monochromatic Colors of #8890DC
Black with #8890DC
Text Example
Text Example
White with #8890DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8890DC; }
p { color: rgb(136,144,220); }
H1.HeaderClassName
{
color: #8890DC;
}
.AnyTagClassName
{
color: #8890DC;
}
</style>
background-color css
<style>
a { background-color: #8890DC; }
a { background-color: rgb(136,144,220); }
div.DivClassName
{
background-color: #8890DC;
}
.BgClassName
{
background-color: #8890DC;
}
</style>
border-color css
<style>
span { border-color: #8890DC; }
span { border-color: rgb(136,144,220); }
td.TdClassName
{
border-color: #8890DC;
}
.TagClassName
{
border-color: #8890DC;
}
</style>