Shades of Portage #8494DC
Tints of Portage #8494DC
RGB
CMYK
RGB Variations
Color information
#8494DC (or 0x8494DC) is known color: Portage. HEX triplet: 84, 94 and DC. RGB value is (132,148,220). Sum of RGB (Red+Green+Blue) = 132+148+220=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 148 (58.20% from 255 or 29.6% 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 #8494DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8494DC is #7B6B23. Grayscale: #979797. Windows color (decimal): -8088356 or 14455940. OLE color: 14455940.
HSL color Cylindrical-coordinate representation of color #8494DC: hue angle of 229.09º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8494DC is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 148 | 220 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.14 |
| HSL | 229.09º | 0.56% | 0.69% | - |
| HSV(B) | 229.09º | 0.4% | 0.86% | - |
| XYZ | 33.02 | 31.25 | 72 | - |
| YUV | 151.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 148 | 220 | 0.40 | 0.33 | 0 | 0.14 | 229.09 | 0.56 | 0.69 |
| Hex | 84 | 94 | DC | 28 | 21 | 0 | E | E5 | 38 | 45 |
| Octal | 204 | 224 | 334 | 50 | 41 | 0 | 16 | 345 | 70 | 105 |
| Binary | 10000100 | 10010100 | 11011100 | 101000 | 100001 | 0 | 1110 | 11100101 | 111000 | 1000101 |
Color Harmonies of #8494DC
Complementary color
Monochromatic Colors of #8494DC
Black with #8494DC
Text Example
Text Example
White with #8494DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8494DC; }
p { color: rgb(132,148,220); }
H1.HeaderClassName
{
color: #8494DC;
}
.AnyTagClassName
{
color: #8494DC;
}
</style>
background-color css
<style>
a { background-color: #8494DC; }
a { background-color: rgb(132,148,220); }
div.DivClassName
{
background-color: #8494DC;
}
.BgClassName
{
background-color: #8494DC;
}
</style>
border-color css
<style>
span { border-color: #8494DC; }
span { border-color: rgb(132,148,220); }
td.TdClassName
{
border-color: #8494DC;
}
.TagClassName
{
border-color: #8494DC;
}
</style>