Shades of Portage #8685E8
Tints of Portage #8685E8
RGB
CMYK
RGB Variations
Color information
#8685E8 (or 0x8685E8) is known color: Portage. HEX triplet: 86, 85 and E8. RGB value is (134,133,232). Sum of RGB (Red+Green+Blue) = 134+133+232=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 232 - color contains mainly: blue. Hex color #8685E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8685E8 is #797A17. Grayscale: #909090. Windows color (decimal): -7961112 or 15238534. OLE color: 15238534.
HSL color Cylindrical-coordinate representation of color #8685E8: hue angle of 240.61º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8685E8 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 133 | 232 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.09 |
| HSL | 240.61º | 0.68% | 0.72% | - |
| HSV(B) | 240.61º | 0.43% | 0.91% | - |
| XYZ | 32.78 | 27.67 | 79.96 | - |
| YUV | 144.59 | 177.33 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 232 | 0.42 | 0.43 | 0 | 0.09 | 240.61 | 0.68 | 0.72 |
| Hex | 86 | 85 | E8 | 2A | 2B | 0 | 9 | F1 | 44 | 48 |
| Octal | 206 | 205 | 350 | 52 | 53 | 0 | 11 | 361 | 104 | 110 |
| Binary | 10000110 | 10000101 | 11101000 | 101010 | 101011 | 0 | 1001 | 11110001 | 1000100 | 1001000 |
Color Harmonies of #8685E8
Complementary color
Monochromatic Colors of #8685E8
Black with #8685E8
Text Example
Text Example
White with #8685E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8685E8; }
p { color: rgb(134,133,232); }
H1.HeaderClassName
{
color: #8685E8;
}
.AnyTagClassName
{
color: #8685E8;
}
</style>
background-color css
<style>
a { background-color: #8685E8; }
a { background-color: rgb(134,133,232); }
div.DivClassName
{
background-color: #8685E8;
}
.BgClassName
{
background-color: #8685E8;
}
</style>
border-color css
<style>
span { border-color: #8685E8; }
span { border-color: rgb(134,133,232); }
td.TdClassName
{
border-color: #8685E8;
}
.TagClassName
{
border-color: #8685E8;
}
</style>