Shades of Portage #8386DF
Tints of Portage #8386DF
RGB
CMYK
RGB Variations
Color information
#8386DF (or 0x8386DF) is known color: Portage. HEX triplet: 83, 86 and DF. RGB value is (131,134,223). Sum of RGB (Red+Green+Blue) = 131+134+223=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #8386DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386DF is #7C7920. Grayscale: #8E8E8E. Windows color (decimal): -8157473 or 14648963. OLE color: 14648963.
HSL color Cylindrical-coordinate representation of color #8386DF: hue angle of 238.04º degrees, saturation: 0.59, 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 #8386DF is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 134 | 223 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.13 |
| HSL | 238.04º | 0.59% | 0.69% | - |
| HSV(B) | 238.04º | 0.41% | 0.87% | - |
| XYZ | 31.2 | 27.2 | 73.42 | - |
| YUV | 143.25 | 173.01 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 223 | 0.41 | 0.40 | 0 | 0.13 | 238.04 | 0.59 | 0.69 |
| Hex | 83 | 86 | DF | 29 | 28 | 0 | D | EE | 3B | 45 |
| Octal | 203 | 206 | 337 | 51 | 50 | 0 | 15 | 356 | 73 | 105 |
| Binary | 10000011 | 10000110 | 11011111 | 101001 | 101000 | 0 | 1101 | 11101110 | 111011 | 1000101 |
Color Harmonies of #8386DF
Complementary color
Monochromatic Colors of #8386DF
Black with #8386DF
Text Example
Text Example
White with #8386DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8386DF; }
p { color: rgb(131,134,223); }
H1.HeaderClassName
{
color: #8386DF;
}
.AnyTagClassName
{
color: #8386DF;
}
</style>
background-color css
<style>
a { background-color: #8386DF; }
a { background-color: rgb(131,134,223); }
div.DivClassName
{
background-color: #8386DF;
}
.BgClassName
{
background-color: #8386DF;
}
</style>
border-color css
<style>
span { border-color: #8386DF; }
span { border-color: rgb(131,134,223); }
td.TdClassName
{
border-color: #8386DF;
}
.TagClassName
{
border-color: #8386DF;
}
</style>