Shades of Portage #8991DC
Tints of Portage #8991DC
RGB
CMYK
RGB Variations
Color information
#8991DC (or 0x8991DC) is known color: Portage. HEX triplet: 89, 91 and DC. RGB value is (137,145,220). Sum of RGB (Red+Green+Blue) = 137+145+220=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #8991DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8991DC is #766E23. Grayscale: #969696. Windows color (decimal): -7761444 or 14455177. OLE color: 14455177.
HSL color Cylindrical-coordinate representation of color #8991DC: hue angle of 234.22º 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 #8991DC is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 145 | 220 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.14 |
| HSL | 234.22º | 0.54% | 0.7% | - |
| HSV(B) | 234.22º | 0.38% | 0.86% | - |
| XYZ | 33.36 | 30.74 | 71.88 | - |
| YUV | 151.16 | 166.85 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 220 | 0.38 | 0.34 | 0 | 0.14 | 234.22 | 0.54 | 0.7 |
| Hex | 89 | 91 | DC | 26 | 22 | 0 | E | EA | 36 | 46 |
| Octal | 211 | 221 | 334 | 46 | 42 | 0 | 16 | 352 | 66 | 106 |
| Binary | 10001001 | 10010001 | 11011100 | 100110 | 100010 | 0 | 1110 | 11101010 | 110110 | 1000110 |
Color Harmonies of #8991DC
Complementary color
Monochromatic Colors of #8991DC
Black with #8991DC
Text Example
Text Example
White with #8991DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8991DC; }
p { color: rgb(137,145,220); }
H1.HeaderClassName
{
color: #8991DC;
}
.AnyTagClassName
{
color: #8991DC;
}
</style>
background-color css
<style>
a { background-color: #8991DC; }
a { background-color: rgb(137,145,220); }
div.DivClassName
{
background-color: #8991DC;
}
.BgClassName
{
background-color: #8991DC;
}
</style>
border-color css
<style>
span { border-color: #8991DC; }
span { border-color: rgb(137,145,220); }
td.TdClassName
{
border-color: #8991DC;
}
.TagClassName
{
border-color: #8991DC;
}
</style>