Shades of Portage #8990DC
Tints of Portage #8990DC
RGB
CMYK
RGB Variations
Color information
#8990DC (or 0x8990DC) is known color: Portage. HEX triplet: 89, 90 and DC. RGB value is (137,144,220). Sum of RGB (Red+Green+Blue) = 137+144+220=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 144 (56.64% from 255 or 28.74% 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 #8990DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8990DC is #766F23. Grayscale: #969696. Windows color (decimal): -7761700 or 14454921. OLE color: 14454921.
HSL color Cylindrical-coordinate representation of color #8990DC: hue angle of 234.94º degrees, saturation: 0.54, 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 #8990DC is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 144 | 220 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.14 |
| HSL | 234.94º | 0.54% | 0.7% | - |
| HSV(B) | 234.94º | 0.38% | 0.86% | - |
| XYZ | 33.21 | 30.43 | 71.83 | - |
| YUV | 150.57 | 167.18 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 220 | 0.38 | 0.35 | 0 | 0.14 | 234.94 | 0.54 | 0.7 |
| Hex | 89 | 90 | DC | 26 | 23 | 0 | E | EB | 36 | 46 |
| Octal | 211 | 220 | 334 | 46 | 43 | 0 | 16 | 353 | 66 | 106 |
| Binary | 10001001 | 10010000 | 11011100 | 100110 | 100011 | 0 | 1110 | 11101011 | 110110 | 1000110 |
Color Harmonies of #8990DC
Complementary color
Monochromatic Colors of #8990DC
Black with #8990DC
Text Example
Text Example
White with #8990DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8990DC; }
p { color: rgb(137,144,220); }
H1.HeaderClassName
{
color: #8990DC;
}
.AnyTagClassName
{
color: #8990DC;
}
</style>
background-color css
<style>
a { background-color: #8990DC; }
a { background-color: rgb(137,144,220); }
div.DivClassName
{
background-color: #8990DC;
}
.BgClassName
{
background-color: #8990DC;
}
</style>
border-color css
<style>
span { border-color: #8990DC; }
span { border-color: rgb(137,144,220); }
td.TdClassName
{
border-color: #8990DC;
}
.TagClassName
{
border-color: #8990DC;
}
</style>