Shades of Portage #8994DC
Tints of Portage #8994DC
RGB
CMYK
RGB Variations
Color information
#8994DC (or 0x8994DC) is known color: Portage. HEX triplet: 89, 94 and DC. RGB value is (137,148,220). Sum of RGB (Red+Green+Blue) = 137+148+220=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #8994DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8994DC is #766B23. Grayscale: #989898. Windows color (decimal): -7760676 or 14455945. OLE color: 14455945.
HSL color Cylindrical-coordinate representation of color #8994DC: hue angle of 232.05º 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 #8994DC is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 148 | 220 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.14 |
| HSL | 232.05º | 0.54% | 0.7% | - |
| HSV(B) | 232.05º | 0.38% | 0.86% | - |
| XYZ | 33.82 | 31.67 | 72.04 | - |
| YUV | 152.92 | 165.86 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 220 | 0.38 | 0.33 | 0 | 0.14 | 232.05 | 0.54 | 0.7 |
| Hex | 89 | 94 | DC | 26 | 21 | 0 | E | E8 | 36 | 46 |
| Octal | 211 | 224 | 334 | 46 | 41 | 0 | 16 | 350 | 66 | 106 |
| Binary | 10001001 | 10010100 | 11011100 | 100110 | 100001 | 0 | 1110 | 11101000 | 110110 | 1000110 |
Color Harmonies of #8994DC
Complementary color
Monochromatic Colors of #8994DC
Black with #8994DC
Text Example
Text Example
White with #8994DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8994DC; }
p { color: rgb(137,148,220); }
H1.HeaderClassName
{
color: #8994DC;
}
.AnyTagClassName
{
color: #8994DC;
}
</style>
background-color css
<style>
a { background-color: #8994DC; }
a { background-color: rgb(137,148,220); }
div.DivClassName
{
background-color: #8994DC;
}
.BgClassName
{
background-color: #8994DC;
}
</style>
border-color css
<style>
span { border-color: #8994DC; }
span { border-color: rgb(137,148,220); }
td.TdClassName
{
border-color: #8994DC;
}
.TagClassName
{
border-color: #8994DC;
}
</style>