Shades of Portage #8486DD
Tints of Portage #8486DD
RGB
CMYK
RGB Variations
Color information
#8486DD (or 0x8486DD) is known color: Portage. HEX triplet: 84, 86 and DD. RGB value is (132,134,221). Sum of RGB (Red+Green+Blue) = 132+134+221=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #8486DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8486DD is #7B7922. Grayscale: #8E8E8E. Windows color (decimal): -8091939 or 14517892. OLE color: 14517892.
HSL color Cylindrical-coordinate representation of color #8486DD: hue angle of 238.65º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8486DD is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 134 | 221 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.13 |
| HSL | 238.65º | 0.57% | 0.69% | - |
| HSV(B) | 238.65º | 0.4% | 0.87% | - |
| XYZ | 31.09 | 27.18 | 72.01 | - |
| YUV | 143.32 | 171.84 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 221 | 0.40 | 0.39 | 0 | 0.13 | 238.65 | 0.57 | 0.69 |
| Hex | 84 | 86 | DD | 28 | 27 | 0 | D | EF | 39 | 45 |
| Octal | 204 | 206 | 335 | 50 | 47 | 0 | 15 | 357 | 71 | 105 |
| Binary | 10000100 | 10000110 | 11011101 | 101000 | 100111 | 0 | 1101 | 11101111 | 111001 | 1000101 |
Color Harmonies of #8486DD
Complementary color
Monochromatic Colors of #8486DD
Black with #8486DD
Text Example
Text Example
White with #8486DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8486DD; }
p { color: rgb(132,134,221); }
H1.HeaderClassName
{
color: #8486DD;
}
.AnyTagClassName
{
color: #8486DD;
}
</style>
background-color css
<style>
a { background-color: #8486DD; }
a { background-color: rgb(132,134,221); }
div.DivClassName
{
background-color: #8486DD;
}
.BgClassName
{
background-color: #8486DD;
}
</style>
border-color css
<style>
span { border-color: #8486DD; }
span { border-color: rgb(132,134,221); }
td.TdClassName
{
border-color: #8486DD;
}
.TagClassName
{
border-color: #8486DD;
}
</style>