Shades of Portage #8A86DF
Tints of Portage #8A86DF
RGB
CMYK
RGB Variations
Color information
#8A86DF (or 0x8A86DF) is known color: Portage. HEX triplet: 8A, 86 and DF. RGB value is (138,134,223). Sum of RGB (Red+Green+Blue) = 138+134+223=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A86DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A86DF is #757920. Grayscale: #909090. Windows color (decimal): -7698721 or 14648970. OLE color: 14648970.
HSL color Cylindrical-coordinate representation of color #8A86DF: hue angle of 242.7º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A86DF is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 134 | 223 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.13 |
| HSL | 242.7º | 0.58% | 0.7% | - |
| HSV(B) | 242.7º | 0.4% | 0.87% | - |
| XYZ | 32.33 | 27.78 | 73.47 | - |
| YUV | 145.34 | 171.83 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 223 | 0.38 | 0.40 | 0 | 0.13 | 242.7 | 0.58 | 0.7 |
| Hex | 8A | 86 | DF | 26 | 28 | 0 | D | F3 | 3A | 46 |
| Octal | 212 | 206 | 337 | 46 | 50 | 0 | 15 | 363 | 72 | 106 |
| Binary | 10001010 | 10000110 | 11011111 | 100110 | 101000 | 0 | 1101 | 11110011 | 111010 | 1000110 |
Color Harmonies of #8A86DF
Complementary color
Monochromatic Colors of #8A86DF
Black with #8A86DF
Text Example
Text Example
White with #8A86DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A86DF; }
p { color: rgb(138,134,223); }
H1.HeaderClassName
{
color: #8A86DF;
}
.AnyTagClassName
{
color: #8A86DF;
}
</style>
background-color css
<style>
a { background-color: #8A86DF; }
a { background-color: rgb(138,134,223); }
div.DivClassName
{
background-color: #8A86DF;
}
.BgClassName
{
background-color: #8A86DF;
}
</style>
border-color css
<style>
span { border-color: #8A86DF; }
span { border-color: rgb(138,134,223); }
td.TdClassName
{
border-color: #8A86DF;
}
.TagClassName
{
border-color: #8A86DF;
}
</style>