Shades of Portage #8486DC
Tints of Portage #8486DC
RGB
CMYK
RGB Variations
Color information
#8486DC (or 0x8486DC) is known color: Portage. HEX triplet: 84, 86 and DC. RGB value is (132,134,220). Sum of RGB (Red+Green+Blue) = 132+134+220=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #8486DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8486DC is #7B7923. Grayscale: #8E8E8E. Windows color (decimal): -8091940 or 14452356. OLE color: 14452356.
HSL color Cylindrical-coordinate representation of color #8486DC: hue angle of 238.64º 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 #8486DC is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 134 | 220 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.14 |
| HSL | 238.64º | 0.56% | 0.69% | - |
| HSV(B) | 238.64º | 0.4% | 0.86% | - |
| XYZ | 30.96 | 27.12 | 71.31 | - |
| YUV | 143.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 220 | 0.40 | 0.39 | 0 | 0.14 | 238.64 | 0.56 | 0.69 |
| Hex | 84 | 86 | DC | 28 | 27 | 0 | E | EF | 38 | 45 |
| Octal | 204 | 206 | 334 | 50 | 47 | 0 | 16 | 357 | 70 | 105 |
| Binary | 10000100 | 10000110 | 11011100 | 101000 | 100111 | 0 | 1110 | 11101111 | 111000 | 1000101 |
Color Harmonies of #8486DC
Complementary color
Monochromatic Colors of #8486DC
Black with #8486DC
Text Example
Text Example
White with #8486DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8486DC; }
p { color: rgb(132,134,220); }
H1.HeaderClassName
{
color: #8486DC;
}
.AnyTagClassName
{
color: #8486DC;
}
</style>
background-color css
<style>
a { background-color: #8486DC; }
a { background-color: rgb(132,134,220); }
div.DivClassName
{
background-color: #8486DC;
}
.BgClassName
{
background-color: #8486DC;
}
</style>
border-color css
<style>
span { border-color: #8486DC; }
span { border-color: rgb(132,134,220); }
td.TdClassName
{
border-color: #8486DC;
}
.TagClassName
{
border-color: #8486DC;
}
</style>