Shades of Portage #8684DF
Tints of Portage #8684DF
RGB
CMYK
RGB Variations
Color information
#8684DF (or 0x8684DF) is known color: Portage. HEX triplet: 86, 84 and DF. RGB value is (134,132,223). Sum of RGB (Red+Green+Blue) = 134+132+223=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #8684DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8684DF is #797B20. Grayscale: #8E8E8E. Windows color (decimal): -7961377 or 14648454. OLE color: 14648454.
HSL color Cylindrical-coordinate representation of color #8684DF: hue angle of 241.32º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8684DF is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 132 | 223 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.13 |
| HSL | 241.32º | 0.59% | 0.7% | - |
| HSV(B) | 241.32º | 0.41% | 0.87% | - |
| XYZ | 31.4 | 26.9 | 73.35 | - |
| YUV | 142.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 132 | 223 | 0.40 | 0.41 | 0 | 0.13 | 241.32 | 0.59 | 0.7 |
| Hex | 86 | 84 | DF | 28 | 29 | 0 | D | F1 | 3B | 46 |
| Octal | 206 | 204 | 337 | 50 | 51 | 0 | 15 | 361 | 73 | 106 |
| Binary | 10000110 | 10000100 | 11011111 | 101000 | 101001 | 0 | 1101 | 11110001 | 111011 | 1000110 |
Color Harmonies of #8684DF
Complementary color
Monochromatic Colors of #8684DF
Black with #8684DF
Text Example
Text Example
White with #8684DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8684DF; }
p { color: rgb(134,132,223); }
H1.HeaderClassName
{
color: #8684DF;
}
.AnyTagClassName
{
color: #8684DF;
}
</style>
background-color css
<style>
a { background-color: #8684DF; }
a { background-color: rgb(134,132,223); }
div.DivClassName
{
background-color: #8684DF;
}
.BgClassName
{
background-color: #8684DF;
}
</style>
border-color css
<style>
span { border-color: #8684DF; }
span { border-color: rgb(134,132,223); }
td.TdClassName
{
border-color: #8684DF;
}
.TagClassName
{
border-color: #8684DF;
}
</style>