Shades of Portage #8386DD
Tints of Portage #8386DD
RGB
CMYK
RGB Variations
Color information
#8386DD (or 0x8386DD) is known color: Portage. HEX triplet: 83, 86 and DD. RGB value is (131,134,221). Sum of RGB (Red+Green+Blue) = 131+134+221=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #8386DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386DD is #7C7922. Grayscale: #8E8E8E. Windows color (decimal): -8157475 or 14517891. OLE color: 14517891.
HSL color Cylindrical-coordinate representation of color #8386DD: hue angle of 238º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8386DD is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 134 | 221 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.13 |
| HSL | 238º | 0.57% | 0.69% | - |
| HSV(B) | 238º | 0.41% | 0.87% | - |
| XYZ | 30.94 | 27.1 | 72.01 | - |
| YUV | 143.02 | 172.01 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 221 | 0.41 | 0.39 | 0 | 0.13 | 238 | 0.57 | 0.69 |
| Hex | 83 | 86 | DD | 29 | 27 | 0 | D | EE | 39 | 45 |
| Octal | 203 | 206 | 335 | 51 | 47 | 0 | 15 | 356 | 71 | 105 |
| Binary | 10000011 | 10000110 | 11011101 | 101001 | 100111 | 0 | 1101 | 11101110 | 111001 | 1000101 |
Color Harmonies of #8386DD
Complementary color
Monochromatic Colors of #8386DD
Black with #8386DD
Text Example
Text Example
White with #8386DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8386DD; }
p { color: rgb(131,134,221); }
H1.HeaderClassName
{
color: #8386DD;
}
.AnyTagClassName
{
color: #8386DD;
}
</style>
background-color css
<style>
a { background-color: #8386DD; }
a { background-color: rgb(131,134,221); }
div.DivClassName
{
background-color: #8386DD;
}
.BgClassName
{
background-color: #8386DD;
}
</style>
border-color css
<style>
span { border-color: #8386DD; }
span { border-color: rgb(131,134,221); }
td.TdClassName
{
border-color: #8386DD;
}
.TagClassName
{
border-color: #8386DD;
}
</style>