Shades of Portage #8692EC
Tints of Portage #8692EC
RGB
CMYK
RGB Variations
Color information
#8692EC (or 0x8692EC) is known color: Portage. HEX triplet: 86, 92 and EC. RGB value is (134,146,236). Sum of RGB (Red+Green+Blue) = 134+146+236=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #8692EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8692EC is #796D13. Grayscale: #989898. Windows color (decimal): -7957780 or 15504006. OLE color: 15504006.
HSL color Cylindrical-coordinate representation of color #8692EC: hue angle of 232.94º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8692EC is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 146 | 236 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.07 |
| HSL | 232.94º | 0.73% | 0.73% | - |
| HSV(B) | 232.94º | 0.43% | 0.93% | - |
| XYZ | 35.25 | 31.68 | 83.61 | - |
| YUV | 152.67 | 175.02 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 146 | 236 | 0.43 | 0.38 | 0 | 0.07 | 232.94 | 0.73 | 0.73 |
| Hex | 86 | 92 | EC | 2B | 26 | 0 | 7 | E9 | 49 | 49 |
| Octal | 206 | 222 | 354 | 53 | 46 | 0 | 7 | 351 | 111 | 111 |
| Binary | 10000110 | 10010010 | 11101100 | 101011 | 100110 | 0 | 111 | 11101001 | 1001001 | 1001001 |
Color Harmonies of #8692EC
Complementary color
Monochromatic Colors of #8692EC
Black with #8692EC
Text Example
Text Example
White with #8692EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8692EC; }
p { color: rgb(134,146,236); }
H1.HeaderClassName
{
color: #8692EC;
}
.AnyTagClassName
{
color: #8692EC;
}
</style>
background-color css
<style>
a { background-color: #8692EC; }
a { background-color: rgb(134,146,236); }
div.DivClassName
{
background-color: #8692EC;
}
.BgClassName
{
background-color: #8692EC;
}
</style>
border-color css
<style>
span { border-color: #8692EC; }
span { border-color: rgb(134,146,236); }
td.TdClassName
{
border-color: #8692EC;
}
.TagClassName
{
border-color: #8692EC;
}
</style>